mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/routes/(console)/project-[region]-[project]/databases/database-[database]/table-[table]/rows/columns/types/string.svelte
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
greptile-apps[bot]
parent
00bb2e5390
commit
77ac1d8d28
+1
-2
@@ -46,8 +46,7 @@
|
||||
const forceTextarea = $derived(
|
||||
column.type === 'text' ||
|
||||
column.type === 'mediumtext' ||
|
||||
column.type === 'longtext' ||
|
||||
column.type === 'varchar'
|
||||
column.type === 'longtext'
|
||||
);
|
||||
|
||||
let stringValue = $state('');
|
||||
|
||||
Reference in New Issue
Block a user