mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-05-02 11:29:50 -05:00
Update Deletion
This commit is contained in:
@@ -70,6 +70,8 @@ export class EditSecretDialogComponent {
|
||||
|
||||
addDeployment($event: MatChipInputEvent) {
|
||||
|
||||
if($event.value.trim().length === 0) return;
|
||||
|
||||
$event.chipInput.clear();
|
||||
|
||||
if (this.secret.deployments.includes($event.value)) return;
|
||||
|
||||
Reference in New Issue
Block a user