Fixes config.json exposure
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user