Skip to content

Commit f849cef

Browse files
fix: broken v-model in elasticsearch console
1 parent 0133c9f commit f849cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frosh/tools",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Provides some basic things for managing the Shopware Installation",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",

src/Resources/app/administration/src/module/frosh-tools/component/frosh-tools-tab-elasticsearch/template.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
:setFocus="false"
149149
:disabled="false"
150150
:sanitizeInput="false"
151-
v-model="consoleInput"
151+
v-model:value="consoleInput"
152152
></sw-code-editor>
153153
<sw-button
154154
deprecated

0 commit comments

Comments
 (0)