Skip to content

Commit

Permalink
fix: remove old dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed May 20, 2024
1 parent 027cc1c commit fafc7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/create-dataset/useGetMetadataBlocksInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const useGetMetadataBlocksInfo = ({
}
}
void handleGetDatasetMetadataBlockFields()
}, [collectionId, metadataBlockInfoRepository, onCreateMode])
}, [collectionId, metadataBlockInfoRepository])

return {
metadataBlocks,
Expand Down

0 comments on commit fafc7a6

Please sign in to comment.