Merge branch 'net' into development

This commit is contained in:
somnetsak123 2023-12-07 17:38:42 +07:00
commit 658ef98056
2 changed files with 2 additions and 1 deletions

View file

@ -93,7 +93,7 @@ onMounted(async () => {
color="primary"
icon="add"
@click.stop="() => triggerFolderCreate()"
id="createFolder"
data-testid="createFolder"
/>
</div>
<q-separator />

View file

@ -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