Skip to content

Commit

Permalink
fix: minor filter submission fix for patient filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 29, 2024
1 parent dc6755d commit 15fc86e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default defineComponent({
props.available.site &&
props.available.site.length !== site.value.length
) {
data.push(...vitalStatus.value);
data.push(...site.value);
}
store.set('site', data);
Expand Down

0 comments on commit 15fc86e

Please sign in to comment.