Skip to content

Commit

Permalink
Fix default type string
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Nov 27, 2024
1 parent f69d9b1 commit fa72264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/ordering/pointers.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class Pointers extends Component {
pointers.push({
ID: item.ID,
order: index + 1,
type: item?.type || 'custom-result',
type: item?.type || 'reordered',
});
}
});
Expand Down

0 comments on commit fa72264

Please sign in to comment.