Skip to content

Commit 0048e17

Browse files
committed
fix: update base on feedback
1 parent 356ef45 commit 0048e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/combobox-web/src/helpers/Database/DatabaseSingleSelectionSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class DatabaseSingleSelectionSelector<T extends string | Big, R extends E
111111
}
112112
} else if (!targetAttribute.value && this.currentId) {
113113
this.currentId = null;
114-
if (this.selection?.selection?.id !== undefined) {
114+
if (this.selection?.selection) {
115115
this.selection.setSelection(undefined);
116116
}
117117
}

0 commit comments

Comments
 (0)