fix: Fix VM Template UserData editor remaining editable in view-mode (#951)

Signed-off-by: Siva Kanakala <siva.kanakala@suse.com>
This commit is contained in:
Siva Kanakala 2026-07-01 08:51:26 +05:30 committed by GitHub
parent e62ae7e1d8
commit 140a85f6a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,7 @@ export default {
<YamlEditor <YamlEditor
ref="yaml" ref="yaml"
v-model:value="yamlScript" v-model:value="yamlScript"
:mode="mode"
class="yaml-editor" class="yaml-editor"
:editor-mode="editorMode" :editor-mode="editorMode"
/> />