Skip to content

Commit

Permalink
review amends part3
Browse files Browse the repository at this point in the history
  • Loading branch information
markgrahamdawson committed Apr 12, 2024
1 parent b68cd8d commit 5948dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Analysis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export default {
const tasksFilter = useInitialOptions('tasksFilter', { props, emit }, { name: '', timingOption: 'totalTimes', platformOption: -1 })
/**
* If true the anaysis will be shown in table format
* If true the analysis will be shown in table format
* @type {import('vue').Ref<boolean>}
*/
const table = useInitialOptions('table', { props, emit }, true)
Expand Down

0 comments on commit 5948dbb

Please sign in to comment.