mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
refac: banners dismissible by default
Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
This commit is contained in:
parent
fd98add6aa
commit
ecfc057f25
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
type: '',
|
type: '',
|
||||||
title: '',
|
title: '',
|
||||||
content: '',
|
content: '',
|
||||||
dismissible: false,
|
dismissible: true,
|
||||||
timestamp: Math.floor(Date.now() / 1000)
|
timestamp: Math.floor(Date.now() / 1000)
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue