Skip to content

Commit fae0a2b

Browse files
committed
fix: 修复脚本错误
1 parent b1e9a88 commit fae0a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.Region/Components/SelectRegion.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export function dispose(id) {
2525

2626
const { popover } = region;
2727
if (popover) {
28-
Popover.dispose(select.popover);
28+
Popover.dispose(popover);
2929
}
3030
}

0 commit comments

Comments
 (0)