Первый коммит для gitea
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
rounded color="primary"
|
||||
class="w100 q-mt-md q-mb-xs"
|
||||
@click = "emit('update', newFiles)"
|
||||
:disable="!(isFormValid && (isDirty(initialTask, modelValue) || newFiles.length !== 0))"
|
||||
>
|
||||
{{ $t(btnText) }}
|
||||
</q-btn>
|
||||
@@ -275,6 +276,7 @@
|
||||
import { useUsersStore } from 'stores/users'
|
||||
import { useFilesStore } from 'stores/files'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { isDirty } from 'helpers/helpers'
|
||||
import { date } from 'quasar'
|
||||
const { t } = useI18n()
|
||||
const filesStore = useFilesStore()
|
||||
|
||||
Reference in New Issue
Block a user