mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
feat: Show alerts when the limit is reached in accounts (#7323)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
bannerClasses() {
|
||||
const classList = [this.colorScheme, `banner-align-${this.align}`];
|
||||
const classList = [this.colorScheme];
|
||||
|
||||
if (this.hasActionButton || this.hasCloseButton) {
|
||||
classList.push('has-button');
|
||||
|
||||
Reference in New Issue
Block a user