Skip to content

Commit bd4b628

Browse files
committed
refactor: 移除默认值
1 parent 754c42b commit bd4b628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Button/PopConfirmButton.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {
88
popoverSelector: '.popover-confirm.show'
99
}
1010

11-
export function init(id, invoke, closeCallback = null) {
11+
export function init(id, invoke, closeCallback) {
1212
const el = document.getElementById(id)
1313
if (el == null) {
1414
return

0 commit comments

Comments
 (0)