Skip to content

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Nov 8, 2024
1 parent 4f9d4ab commit 7f1503e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export function getDiscoverStateContainer({
}
await loadDataViewList();
addLog('[getDiscoverStateContainer] onDataViewEdited triggers data fetching');
internalStateContainer.transitions.setIsLoading(false);
setIsLoading(false);
fetchData();
};

Expand Down

0 comments on commit 7f1503e

Please sign in to comment.