Skip to content

Commit

Permalink
Merge pull request #1320 from ShivankShuklaa/Dev-2.0
Browse files Browse the repository at this point in the history
Data Persisting issue and Validations are corrected
  • Loading branch information
sriranjan-s authored Sep 3, 2024
2 parents 050001b + 0414abc commit c1942dc
Show file tree
Hide file tree
Showing 5 changed files with 757 additions and 751 deletions.
5 changes: 3 additions & 2 deletions frontend/micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"packages/modules/commonPt",
"packages/modules/dss",
"packages/modules/pt",
"packages/modules/tl"
"packages/modules/tl",
"packages/modules/obps"
],
"author": "Abhinav Kushwaha <abhinav.kushwaha@egovernments.org>",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +64,7 @@
"build:tl": "cd packages/modules/tl && yarn build",
"buildD:ptr": "cd packages/modules/ptr && yarn build",
"buildD:hrms": "cd packages/modules/hrms && yarn build",
"buildD:obps": "cd packages/modules/obps && yarn build",
"build:obps": "cd packages/modules/obps && yarn build",
"buildD:engagement": "cd packages/modules/engagement && yarn build",
"buildD:noc": "cd packages/modules/noc && yarn build",
"buildD:ws": "cd packages/modules/ws && yarn build",
Expand Down
Loading

0 comments on commit c1942dc

Please sign in to comment.