This commit is contained in:
2025-09-27 22:48:22 +02:00
parent 01021ef28b
commit 3fc3a573a6
8 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
:title="l.libraryName"
:description="l.basePath"
orientation="horizontal">
<UButton color="warning" @click="deleteLibrary(l)" :loading="busy">Delete</UButton>
<UButton color="warning" :loading="busy" @click="deleteLibrary(l)">Delete</UButton>
</UPageCard>
</UPageList>
</template>