mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-19 05:09:26 +01:00
refac: checkbox styling
This commit is contained in:
@@ -61,8 +61,10 @@
|
||||
};
|
||||
|
||||
const createNoteHandler = async () => {
|
||||
// $i18n.t('New Note'),
|
||||
const res = await createNewNote(localStorage.token, {
|
||||
title: $i18n.t('New Note'),
|
||||
// YYYY-MM-DD
|
||||
title: dayjs().format('YYYY-MM-DD'),
|
||||
data: {
|
||||
content: {
|
||||
json: null,
|
||||
|
||||
Reference in New Issue
Block a user