mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update content.svelte
This commit is contained in:
@@ -65,8 +65,7 @@
|
||||
value = column?.array ? [] : null;
|
||||
if (column?.type === 'datetime') {
|
||||
const now = new Date();
|
||||
const datetimeString = now.toISOString().slice(0, 16);
|
||||
value = datetimeString;
|
||||
value = now.toISOString().slice(0, 16);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user