Merge branch 'net' into development
This commit is contained in:
commit
658ef98056
2 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ onMounted(async () => {
|
|||
color="primary"
|
||||
icon="add"
|
||||
@click.stop="() => triggerFolderCreate()"
|
||||
id="createFolder"
|
||||
data-testid="createFolder"
|
||||
/>
|
||||
</div>
|
||||
<q-separator />
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ watch(
|
|||
id="inputSearch"
|
||||
@update:model-value="searchSubmit"
|
||||
@keydown.enter.prevent="searchSubmit"
|
||||
data-testid="searchAdmin"
|
||||
>
|
||||
<template v-slot:prepend />
|
||||
<template v-slot:append
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue