0
0
Fork 0

Merge pull request 'refs #6733 remove alert' (!161) from 6733-workerCreate into dev

Reviewed-on: verdnatura/salix-front#161
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Carlos Satorres 2024-01-29 13:58:33 +00:00
commit a2c884cb1f
1 changed files with 0 additions and 7 deletions

View File

@ -177,13 +177,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"