-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [FIX] Patient sorting (#1766) * local environment * adds support for legalname sorting * Clear county when state value is cleared. Hook error fix (#1756) * Clear county when state value is cleared. Hook error fix * Make better --------- Co-authored-by: Michael Peels <michaelpeels@Michael-Peels.local> * [CNFT1-2939] List view sort options (#1769) * sorting preferences * saving list sorting * passing down size prop (#1773) * init * fix linting --------- Co-authored-by: Adam Loup <124325935+adamloup-enquizit@users.noreply.github.com> Co-authored-by: Michael Peels <109251240+mpeels@users.noreply.github.com> Co-authored-by: Michael Peels <michaelpeels@Michael-Peels.local> Co-authored-by: Henry Clark <111446161+hclarkEnq@users.noreply.github.com>
- Loading branch information
1 parent
5ac2415
commit e457752
Showing
5 changed files
with
59 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ yarn-error.log* | |
|
||
# local environment set up | ||
application-local.yml | ||
|
||
local.env | ||
.env | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,5 +72,6 @@ | |
|
||
.configurationDetails { | ||
width: 100rem; | ||
margin-top: 1.5rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 30 additions & 3 deletions
33
...ation-ui/src/apps/dedup-config/MatchConfiguration/PassConfiguration/PassConfiguration.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters