feat: Update the slack integration-flow to allow users to select the channel (#7637)

This commit is contained in:
Pranav Raj S
2023-07-28 14:50:30 -07:00
committed by GitHub
parent 4d8ba0148c
commit 9ddd428935
28 changed files with 593 additions and 131 deletions

View File

@@ -19,6 +19,14 @@ export default {
return 'before:!border-t-woot-500';
}
if (this.colorScheme === 'warning') {
return 'before:!border-t-yellow-500';
}
if (this.colorScheme === 'success') {
return 'before:!border-t-success-500';
}
return this.colorScheme;
},
},