mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
work in progress
This commit is contained in:
+3
-3
@@ -75,10 +75,10 @@
|
||||
|
||||
return {
|
||||
value:
|
||||
formattedColumn.length > 120
|
||||
? `${formattedColumn.slice(0, 120)}...`
|
||||
formattedColumn.length > 125
|
||||
? `${formattedColumn.slice(0, 125)}...`
|
||||
: formattedColumn,
|
||||
truncated: formattedColumn.length > 120,
|
||||
truncated: formattedColumn.length > 125,
|
||||
whole: formattedColumn
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user