Added API keys. Minor modifications for other views.
This commit is contained in:
@@ -116,6 +116,7 @@
|
||||
(click)="deleteAction(action)">Delete</button>
|
||||
}
|
||||
<button mat-raised-button
|
||||
disabled="{{waitForResponse}}"
|
||||
(click)="dialogRef.close()">Cancel</button>
|
||||
<button mat-raised-button
|
||||
disabled="{{!formsDirty || !formsValidity || waitForResponse}}"
|
||||
|
||||
Reference in New Issue
Block a user