diff --git a/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordInput.svelte b/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordInput.svelte index 1cbbf10429..e5ffd14192 100644 --- a/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordInput.svelte +++ b/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordInput.svelte @@ -57,7 +57,7 @@ : undefined; function clear() { - value = undefined; + value = null; dispatch('artificialChange', undefined); dispatch('artificialInput', undefined); // If the value is cleared via a button, the focus may shift to that button.