mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 21:01:09 +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
@ -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 New Issue
Block a user