fix: disable refresh button when provider access token is missing
CI / build (pull_request) Successful in 24s

This commit is contained in:
ramvignesh-b
2026-05-12 04:25:07 +05:30
parent 9d6df8a8df
commit 1d417d672c
+1 -1
View File
@@ -429,7 +429,7 @@ export const Dashboard = (props: { isUnlocked: boolean }) => (
type="button"
x-on:click="forceRefresh(provider.name)"
class="btn btn-base w-full"
x-bind:disabled="loading"
x-bind:disabled="loading || !provider.status.accessToken"
>
<i class="ph-bold ph-arrows-clockwise text-base mr-1"></i>
<span class="text-xs uppercase font-bold tracking-widest">