Skip to content

Commit

Permalink
OM-345: reset value if eu changed
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Oct 23, 2024
1 parent 50e915f commit b00b0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pickers/WorkerMultiplePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function WorkerMultiplePicker({
useEffect(() => {
const loadData = async () => {
setIsLoading(true);
setGroup(null);
try {
const { allAvailableWorkers, previousWorkers, previousDayWorkers } = await fetchAllAvailableWorkers(
dispatch,
Expand Down

0 comments on commit b00b0c1

Please sign in to comment.