We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec132f1 commit 13b0d5dCopy full SHA for 13b0d5d
src/components/material/MaterialForm.tsx
@@ -178,7 +178,7 @@ const MaterialForm = ({
178
material
179
? {
180
gitProvider: isGitProviderValid(material.gitProvider),
181
- url: isGitUrlValid(material.url, formMaterial.gitProvider?.id),
+ url: isGitUrlValid(material.url, material.gitProvider?.id),
182
checkoutPath: isCheckoutPathValid(material.checkoutPath),
183
}
184
: {
0 commit comments