- Journal upload issue
- Types and Setting Tab issue
This commit is contained in:
vorotamoroz
2026-06-23 09:36:32 +01:00
parent 877d1b09f4
commit 431a845f18
350 changed files with 425 additions and 405 deletions
@@ -346,8 +346,8 @@ export function paneMaintenance(
.setButtonText("Reset all")
.setWarning()
.setDisabled(false)
.onClick(async () => {
await this.getMinioJournalSyncClient().resetAllCaches();
.onClick(() => {
this.getMinioJournalSyncClient().resetAllCaches();
Logger(`Journal download/upload cache has been cleared.`, LOG_LEVEL_NOTICE);
})
)