fix empty folder form on root folder level (#107630)
This commit is contained in:
@@ -39,7 +39,7 @@ export function useProvisionedFolderFormData({
|
||||
|
||||
const initialValues = useMemo(() => {
|
||||
// Only create initial values when we have the data
|
||||
if (!repository || !folder || isLoading) {
|
||||
if (!repository || isLoading) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user