This commit is contained in:
parent
6d70187cb9
commit
c578538fe0
10 changed files with 195 additions and 107 deletions
|
|
@ -59,7 +59,7 @@ watch(isOpen, (newValue) => {
|
|||
|
||||
openedFile.value = route.query.fileIndex
|
||||
? dialog.content.files[route.query.fileIndex]
|
||||
: dialog.content.files[0];
|
||||
: dialog.content.files.find((file) => file.type === "document");
|
||||
|
||||
// Functions
|
||||
async function validate() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue