From 2eab381d5a6194f410fe420e542445689275829f Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 4 Sep 2024 14:14:50 +0200 Subject: [PATCH] fix(snapshot): refresh branches on create from snapshot --- packages/app/components/snapshot/SnapshotImport.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/app/components/snapshot/SnapshotImport.vue b/packages/app/components/snapshot/SnapshotImport.vue index d47991e..5b60afe 100644 --- a/packages/app/components/snapshot/SnapshotImport.vue +++ b/packages/app/components/snapshot/SnapshotImport.vue @@ -58,6 +58,7 @@ async function createBranch() { }) refreshNuxtData('currentBranch') + refreshNuxtData('branches') } catch (e: any) { toast.add({