Skip to content

Commit 62d6843

Browse files
committed
ui: fix update custom action form shows same action
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 7154a05 commit 62d6843

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/src/views/extension/ExtensionCustomActionsTab.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@
113113
:closable="true"
114114
:footer="null"
115115
@cancel="closeModals">
116-
<update-custom-action :resource="customActionForUpdate" @close-action="closeModals" />
116+
<update-custom-action
117+
:key="customActionForUpdate.id"
118+
:resource="customActionForUpdate"
119+
@close-action="closeModals" />
117120
</a-modal>
118121
</div>
119122
</template>

0 commit comments

Comments
 (0)