mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 00:35:12 +02:00
feat: List and delete local files
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user