Added Disabling for moving

This commit is contained in:
2025-03-04 15:52:30 +01:00
parent 8b49ae373e
commit 11e43e6a9b

View File

@@ -355,6 +355,7 @@ const moveFile = async () => {
<UButton
@click="moveFile"
variant="outline"
:disabled="!folderToMoveTo"
>Verschieben</UButton>
</InputGroup>