fixed buttons issue

MOHEMM-Q3-DEV-LATEST
umasoodch 4 years ago
parent c10590d58a
commit 7c175386eb

@ -1584,7 +1584,9 @@ export class CommonService {
return this.totalCounter;
}
setTotalNumberOfWorklistRequest() {
this.totalCounter -= 1;
if (this.totalCounter > 0) {
this.totalCounter -= 1;
}
this.sharedService.setSharedData(this.totalCounter, 'total-count');
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Loading…
Cancel
Save