mirror of
https://github.com/Qortal/qapp-core.git
synced 2025-06-17 18:41:20 +00:00
fix cache issue
This commit is contained in:
parent
700d5374ed
commit
0e6a5e14a9
@ -357,6 +357,7 @@ export const useResources = (retryAttempts: number = 2, maxSize = 5242880) => {
|
|||||||
}, 600000);
|
}, 600000);
|
||||||
resourcesToDelete.forEach((item)=> {
|
resourcesToDelete.forEach((item)=> {
|
||||||
markResourceAsDeleted(item);
|
markResourceAsDeleted(item);
|
||||||
|
setPublish(item, null);
|
||||||
})
|
})
|
||||||
return true;
|
return true;
|
||||||
}, []);
|
}, []);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user