Skip to content

Commit

Permalink
fix: form edits should be cleared when toggling on history
Browse files Browse the repository at this point in the history
  • Loading branch information
henrychoy committed Dec 19, 2024
1 parent b6a1fbb commit 91b0d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/dialogs/QueueDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
console.log('snapshots = ', snapshots.value)
selectedSnapshot.value = snapshots.value[0]
selectedSnapshotIndex.value = 0
loadSnapshot(snapshots.value[0], 0)
} catch(err) {
console.warn(err)
}
Expand Down

0 comments on commit 91b0d3b

Please sign in to comment.