diff --git a/src/components/FormModelPopup.vue b/src/components/FormModelPopup.vue index cc22c77db..8737bc859 100644 --- a/src/components/FormModelPopup.vue +++ b/src/components/FormModelPopup.vue @@ -6,37 +6,6 @@ import FormModel from 'components/FormModel.vue'; const emit = defineEmits(['onDataSaved']); -const $props = defineProps({ - title: { - type: String, - default: '', - }, - subtitle: { - type: String, - default: '', - }, - url: { - type: String, - default: '', - }, - model: { - type: String, - default: '', - }, - filter: { - type: Object, - default: null, - }, - urlCreate: { - type: String, - default: null, - }, - formInitialData: { - type: Object, - default: () => {}, - }, -}); - const { t } = useI18n(); const closeButton = ref(null); diff --git a/src/pages/Login/LoginMain.vue b/src/pages/Login/LoginMain.vue index 81cb9bb7f..9c469e611 100644 --- a/src/pages/Login/LoginMain.vue +++ b/src/pages/Login/LoginMain.vue @@ -75,14 +75,7 @@ async function onSubmit() { lazy-rules :rules="[(val) => (val && val.length > 0) || t('login.fieldRequired')]" color="primary" - > - - - + />