Skip to content

Commit

Permalink
Fix qr art queue (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: AceDataCloud <office@acedata.cloud>
  • Loading branch information
Germey and AceDataCloud authored Jul 1, 2024
1 parent ad51a2e commit 8938916
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix the wrong qrart queue",
"packageName": "@acedatacloud/nexior",
"email": "office@acedata.cloud",
"dependentChangeType": "patch"
}
3 changes: 0 additions & 3 deletions src/components/qrart/RecentPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export default defineComponent({
return this.$store.state.qrart?.status?.getApplication === Status.Request;
},
tasks() {
return {
items: []
};
// reverse the order of the tasks.items
return {
...this.$store.state.qrart?.tasks,
Expand Down

0 comments on commit 8938916

Please sign in to comment.