NewProvisionedFolderForm: pass in empty title for new folder form (#107733)
Co-authored-by: Clarity-89 <homes89@ukr.net>
This commit is contained in:
co-authored by
Clarity-89
parent
0b28a53923
commit
412415ab39
@@ -210,7 +210,7 @@ export function NewProvisionedFolderForm({ parentFolder, onDismiss }: Props) {
|
||||
const { workflowOptions, isGitHub, repository, folder, initialValues } = useProvisionedFolderFormData({
|
||||
folderUid: parentFolder?.uid,
|
||||
action: 'create',
|
||||
title: parentFolder?.title,
|
||||
title: '', // Empty title for new folders
|
||||
});
|
||||
|
||||
if (!initialValues) {
|
||||
|
||||
Reference in New Issue
Block a user