Update action.ts

This commit is contained in:
keisuke umezawa
2024-02-06 21:44:00 +09:00
committed by GitHub
parent 40ad630180
commit f838ef5f0e
+1
View File
@@ -51,6 +51,7 @@ export const actionCreator = () => {
const setArtifactIsAvailable = useSetRecoilState<boolean>(artifactIsAvailable)
const setFetchedTrialsPartially = useSetRecoilState<boolean>(
fetchedTrialsPartiallyState
)
const setPlotlypyIsAvailable = useSetRecoilState<boolean>(
plotlypyIsAvailableState
)