0
0
Fork 0

refs #6733 remove alert

This commit is contained in:
Carlos Satorres 2024-01-22 12:45:07 +01:00
parent b3fc865c18
commit 0df15b2d88
1 changed files with 0 additions and 7 deletions

View File

@ -176,13 +176,6 @@ watch(formUrl, async () => {
});
</script>
<template>
<QBanner
v-if="$props.observeFormChanges && hasChanges"
class="text-white bg-warning full-width"
>
<QIcon name="warning" size="md" class="q-mr-md" />
<span>{{ t('globals.changesToSave') }}</span>
</QBanner>
<div class="column items-center full-width">
<QForm
v-if="formData"