Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed May 31, 2024
1 parent 29996e4 commit d4b9971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ppr-ui/src/components/common/RegistrationsWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ export default defineComponent({
// Getters
getRegTableBaseRegs, getRegTableDraftsBaseReg, isMhrRegistration, isMhrManufacturerRegistration,
getRegTableTotalRowCount, getStateModel, getRegTableDraftsChildReg, hasMorePages, getRegTableNewItem,
getRegTableSortOptions, getRegTableSortPage, getUserSettings, getMhRegTableBaseRegs, isRoleStaffReg, isRoleQualifiedSupplier
getRegTableSortOptions, getRegTableSortPage, getUserSettings, getMhRegTableBaseRegs, isRoleStaffReg,
isRoleQualifiedSupplier
} = storeToRefs(useStore())
const {
Expand Down

0 comments on commit d4b9971

Please sign in to comment.