0
0
Fork 0

fix: refs #6480 disable popup on no observe changes

This commit is contained in:
Jorge Penadés 2024-04-19 09:39:17 +02:00
parent 9887d59808
commit ff36f82333
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ onMounted(async () => {
});
onBeforeRouteLeave((to, from, next) => {
if (hasChanges.value)
if (hasChanges.value && $props.observeFormChanges)
quasar.dialog({
component: VnConfirm,
componentProps: {