Fixed #5074 - DropDown: CSP nonce not present on virtual scroller style

pull/5161/head
mertsincan 2024-01-24 13:07:47 +00:00
parent 0f2df81199
commit 6de49f6308
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export default {
}; };
}, },
beforeMount() { beforeMount() {
VirtualScrollerStyle.loadStyle(); VirtualScrollerStyle.loadStyle({ nonce: this.$config?.csp?.nonce });
} }
}; };
</script> </script>