Merge pull request 'fix: hide approve button when table revertable' (#95) from ci-fix into main
Reviewed-on: #95
This commit was merged in pull request #95.
This commit is contained in:
@@ -45,4 +45,9 @@ jobs:
|
||||
- name: Angular Tests
|
||||
run: |
|
||||
cd client
|
||||
npm run test:headless
|
||||
npm run test:headless
|
||||
|
||||
- name: Production Build
|
||||
run: |
|
||||
cd client
|
||||
npm run build
|
||||
@@ -12,6 +12,7 @@ client/cypress/results
|
||||
client/cypress/videos
|
||||
client/documentation
|
||||
client/sheet-crypto*
|
||||
client/.nx
|
||||
cypress.env.json
|
||||
sasjsbuild
|
||||
sasjsresults
|
||||
|
||||
Generated
+627
-629
File diff suppressed because it is too large
Load Diff
@@ -65,6 +65,7 @@
|
||||
View base table
|
||||
</button>
|
||||
<button
|
||||
*ngIf="!(tableDetails?.['ALLOW_RESTORE'] === 'YES')"
|
||||
id="approval-btn"
|
||||
class="btn btn-sm btn-success-outline text-center mr-5i"
|
||||
[disabled]="
|
||||
|
||||
Reference in New Issue
Block a user