refac: checkbox styling

This commit is contained in:
Timothy Jaeryang Baek
2025-07-09 00:34:03 +04:00
parent 6bf218f720
commit 1de03c364f
2 changed files with 32 additions and 1 deletions

View File

@@ -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,