Skip to content

Commit

Permalink
Merge pull request #203 from amansinghbais/202-allDefault
Browse files Browse the repository at this point in the history
fixed: all not showing up by default in find facilities filters (#202)
  • Loading branch information
ymaheshwari1 authored Feb 19, 2024
2 parents 4b83f8d + 77027a1 commit 0918b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/modules/facility/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ const actions: ActionTree<FacilityState, RootState> = {
commit(types.FACILITY_QUERY_UPDATED, {
queryString: '',
productStoreId: '',
facilityTypeId: ''
facilityTypeId: '',
facilityGroupId: ''
})
commit(types.FACILITY_GROUP_QUERY_UPDATED, {
queryString: '',
Expand Down

0 comments on commit 0918b4d

Please sign in to comment.