Skip to content

Commit cfa0bc3

Browse files
committed
Remove :key binding from service-picker
Remove the :key="workspace.tdeiProjectGroupId" binding from the service-picker in pages/workspace/[id]/export/tdei.vue. This prevents unnecessary component remounts when the project group id changes, preserving the picker's internal state and avoiding re-initialization or UI flicker.
1 parent dc9132e commit cfa0bc3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pages/workspace/[id]/export/tdei.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
<label class="d-block mt-3">
7676
Service
7777
<service-picker
78-
:key="workspace.tdeiProjectGroupId"
7978
v-model="workspace.tdeiServiceId"
8079
:project-group-id="workspace.tdeiProjectGroupId"
8180
:service-type="workspace.type"

0 commit comments

Comments
 (0)