From 250a7bbfa887e54a78958729eea5df81eeee61d3 Mon Sep 17 00:00:00 2001 From: Greg Hoin Date: Mon, 9 Aug 2021 17:43:29 +0200 Subject: [PATCH] Add Variable deletion --- .../project-config-variables/list-item.ts | 2 +- ui/app/components/project-config-variables/list.ts | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ui/app/components/project-config-variables/list-item.ts b/ui/app/components/project-config-variables/list-item.ts index 01c7fe73ac0..b8f1504e76f 100644 --- a/ui/app/components/project-config-variables/list-item.ts +++ b/ui/app/components/project-config-variables/list-item.ts @@ -45,7 +45,7 @@ export default class ProjectConfigVariablesListItemComponent extends Component { let req = new ConfigSetRequest(); @@ -61,6 +68,10 @@ export default class ProjectConfigVariablesListComponent extends Component