Skip to content

Commit 6cf661f

Browse files
authored
Bumps ris-ui (#1924)
1 parent 18157c2 commit 6cf661f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@braintree/sanitize-url": "^7.1.1",
27-
"@digitalservicebund/ris-ui": "^3.21.0",
27+
"@digitalservicebund/ris-ui": "^3.21.3",
2828
"@guardian/prosemirror-invisibles": "^3.1.1",
2929
"@iconify-json/ic": "^1.2.4",
3030
"@iconify-json/material-symbols": "^1.2.51",

frontend/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/views/literature/DokumentTyp.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ onMounted(async () => {
5151
5252
function openOverlay() {
5353
onComplete({ query: undefined });
54-
if (autoCompleteMultipleRef?.value?.autoCompleteRef) {
55-
autoCompleteMultipleRef.value.autoCompleteRef.show();
54+
if (autoCompleteMultipleRef?.value) {
55+
autoCompleteMultipleRef.value.show();
5656
}
5757
}
5858

0 commit comments

Comments
 (0)