This commit is contained in:
isUnknown 2024-11-28 14:45:45 +01:00
parent cca389f1b0
commit 7764f4651c
17 changed files with 40 additions and 47 deletions

View file

@ -56,6 +56,10 @@ watch(isOpen, (newValue) => {
router.push({ name: route.name });
});
openedFile.value = route.query.fileIndex
? dialog.content.files[route.query.fileIndex]
: dialog.content.files[0];
// Functions
async function validate() {
const response = await api.validateBrief(