We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccffd23 commit 2753124Copy full SHA for 2753124
src/BootstrapBlazor/wwwroot/modules/base-popover.js
@@ -17,7 +17,7 @@ const Popover = {
17
initCallback: null,
18
hideCallback: null
19
},
20
- ...(config ?? {})
+ ...(config || {})
21
}
22
const createPopover = () => {
23
if (!popover.isDisabled()) {
0 commit comments