fix: when the request is wrong, no error is thrown

This commit is contained in:
vben
2024-07-13 18:27:57 +08:00
parent 18f9f5846a
commit c81ac5684c
2 changed files with 3 additions and 3 deletions

View File

@@ -416,7 +416,7 @@ async function handleReset() {
variant="ghost"
@click="handleClearCache"
>
<IcRoundRestartAlt class="mr-2 size-4" />
<!-- <IcRoundRestartAlt class="mr-2 size-4" /> -->
{{ $t('preferences.clearAndLogout') }}
</VbenButton>
</template>