Skip to content

Commit 36a26d5

Browse files
committed
fix accidentally deleted query selector
1 parent 437e749 commit 36a26d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/browser/src/platform/popup/layout/popup-layout.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ export const CompactMode: Story = {
534534
return;
535535
}
536536

537-
const label = canvasEl.querySelector(`#${containerId} `);
537+
const label = canvasEl.querySelector(`#${containerId} .example-label`);
538538

539539
if (!label) {
540540
// eslint-disable-next-line

0 commit comments

Comments
 (0)