Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Nov 8, 2024
1 parent 16a61b2 commit f08c8a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/client/src/formElements/FilterInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ const FilterInput: FormElementComponent<FilterInputProps, FilterInputValue> = (
}}
/>
)}
)
</>
)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/formElements/FilterInputContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function FilterInputServiceContextProvider({
updatingCount: false,
count: prev.fullCellCount,
}));
} else if (serviceLocation) {
} else if (serviceLocation && state.fullCellCount === 0) {
// TODO: update count from service
setState((prev) => ({
...prev,
Expand Down

0 comments on commit f08c8a1

Please sign in to comment.