Skip to content
Snippets Groups Projects

Add UI components for Beyond Identity check exclusions by Projects

Merged Jacques Erasmus requested to merge 454372-beyond-identity-exclusions-ui into master
All threads resolved!
9 files
+ 58
31
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -39,7 +39,6 @@ export default {
},
async handleAddExclusions() {
this.isLoading = true;
// TODO: await addExclusions();
this.$emit('add', this.exclusions);
this.exclusions = [];
this.isLoading = false;
Loading