Skip to content

Commit d02f274

Browse files
committed
fixup! Blur trigger when closing popover
Fix generating unique ids
1 parent efc191c commit d02f274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-sidebar/src/components/connections-filter-popover.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export default function ConnectionsFilterPopover({
6161
[onFilterChange]
6262
);
6363

64-
const excludeInactiveToggleId = useId('exclude-inactive-toggle');
65-
const excludeInactiveLabelId = useId('exclude-inactive-label');
64+
const excludeInactiveToggleId = useId();
65+
const excludeInactiveLabelId = useId();
6666

6767
// Add future filters to the boolean below
6868
const isActivated = filter.excludeInactive;

0 commit comments

Comments
 (0)