diff --git a/mathesar_ui/src/components/cell-fabric/data-types/components/primary-key/PrimaryKeyCell.svelte b/mathesar_ui/src/components/cell-fabric/data-types/components/primary-key/PrimaryKeyCell.svelte index 3401064021..dd7b9cc277 100644 --- a/mathesar_ui/src/components/cell-fabric/data-types/components/primary-key/PrimaryKeyCell.svelte +++ b/mathesar_ui/src/components/cell-fabric/data-types/components/primary-key/PrimaryKeyCell.svelte @@ -59,7 +59,10 @@ on:keydown={handleKeyDown} hasPadding={false} > -
+
{#if value === undefined} @@ -81,8 +84,10 @@