Skip to content

Commit

Permalink
Lint lint lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Jan 24, 2024
1 parent 1726d44 commit 7372613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/analysis/RunButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const runAnalysis = async () => {
accept: () => { startRun().then(resolve).catch(reject) },
acceptIcon: 'pi pi-check',
})
});
})
}
const refreshAnalysisState = async () => {
const aid = analysisId.value
Expand Down

0 comments on commit 7372613

Please sign in to comment.