Skip to content

Commit 65b4194

Browse files
committed
fix accidentally deleted query selector
1 parent 8fa6246 commit 65b4194

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
@@ -531,7 +531,7 @@ export const CompactMode: Story = {
531531
return;
532532
}
533533

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

536536
if (!label) {
537537
// eslint-disable-next-line

0 commit comments

Comments
 (0)