Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common-UI
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.iemr.aam-ui</groupId>
<artifactId>aam-ui</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<name>AAM-UI</name>
<description>Piramal - AAM: Module ui</description>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ export class NurseWorklistComponent implements OnInit, DoCheck, OnDestroy {
.confirm(
`info`,
this.currentLanguageSet.alerts.info.confirmtoProceedFurther,
this.currentLanguageSet.common.ok,
this.currentLanguageSet.common.cancel,
)
.subscribe((result) => {
if (result) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h4>{{ currentLanguageSet?.createFamilyTagging }}</h4>
</form>
</mat-dialog-content>

<mat-dialog-actions class="padding15 margin15 pull-right">
<mat-dialog-actions class="padding15 margin15 pull-right" style="display: flex;justify-content: flex-end;gap:12px">
<button
class="full-width-login button-reset"
type="button"
Expand Down