fix: allow to update labels

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
Yi-Ya Chen 2025-01-02 16:30:25 +08:00
parent 4d48e75447
commit b7b259c699
No known key found for this signature in database
GPG Key ID: 9A2E6FBD33F68EDE

View File

@ -530,6 +530,7 @@ export default {
:mode="mode"
:pad-left="false"
:read-allowed="false"
:value-can-be-empty="true"
@focusKey="focusKey"
@update:value="value.setLabels($event)"
>
@ -552,7 +553,7 @@ export default {
autocorrect="off"
autocapitalize="off"
spellcheck="false"
@update:value="queueUpdate"
@input="queueUpdate"
/>
</template>
</KeyValue>