mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
feat: Update the slack integration-flow to allow users to select the channel (#7637)
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user