Fixes config.json exposure

This commit is contained in:
2025-07-11 09:22:05 -04:00
parent 370c29a6fc
commit c20b9e98f8
4 changed files with 66 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ export const Dashboard: React.FC<DashboardProps> = () => {
<span className="text-sm text-ctp-text hidden sm:inline">Settings</span>
</button>
<button
onClick={fetchWorkflowRuns}
onClick={() => fetchWorkflowRuns()}
disabled={loading}
className="flex items-center space-x-2 px-3 md:px-4 py-2 bg-ctp-blue text-ctp-base rounded-lg hover:bg-ctp-lavender disabled:opacity-50 disabled:cursor-not-allowed transition-colors"
>