feat: List and delete local files

This commit is contained in:
Aleksi Lassila
2024-04-01 18:44:05 +03:00
parent 0193451f32
commit 8a6cfc0669
13 changed files with 134 additions and 21 deletions

View File

@@ -279,7 +279,7 @@ export const useRequest = <P extends (...args: A) => Promise<any>, A extends any
return p;
}
refresh(...initialArgs).finally(() => isLoading.set(false));
if (initialArgs) refresh(...initialArgs).finally(() => isLoading.set(false));
return {
promise: {