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:
Harsh Mahajan
2026-02-24 12:33:42 +05:30
committed by GitHub
co-authored by greptile-apps[bot]
parent 00bb2e5390
commit 77ac1d8d28
@@ -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('');