Skip to content

Commit

Permalink
refactor: change jobqueue entry attribute to hyphenated names (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Feb 18, 2023
1 parent e0e90bc commit 92438bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/Status/Jobqueue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<jobqueue-entry
:key="item.job_id"
:item="item"
:isFirst="index === 0"
:is-first="index === 0"
:content-td-width="contentTdWidth" />
</template>
<template v-if="jobsRest.length" #body.append>
Expand Down

0 comments on commit 92438bf

Please sign in to comment.