Skip to content

Commit 2ad38fd

Browse files
committed
fix(DashboardValidatorManagmentModal): list not updating
List did not update after removing `validators`
1 parent 8043fca commit 2ad38fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/components/dashboard/DashboardValidatorManagementModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ const loadData = async (dashboardKey: string) => {
212212
213213
watch(
214214
() => [
215+
dashboardKey.value,
215216
visible.value,
216217
query.value,
217218
],

0 commit comments

Comments
 (0)