mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
added null badge rendering in the spreadsheet for the spatial-cols
This commit is contained in:
+1
-1
@@ -919,7 +919,7 @@
|
||||
variant="secondary"
|
||||
size="s" />
|
||||
{/if}
|
||||
{:else if isSpatialType(rowColumn)}
|
||||
{:else if isSpatialType(rowColumn) && row[columnId] !== null}
|
||||
<Typography.Text truncate>
|
||||
{JSON.stringify(row[columnId])}
|
||||
</Typography.Text>
|
||||
|
||||
Reference in New Issue
Block a user