NewProvisionedFolderForm: pass in empty title for new folder form (#107733)

Co-authored-by: Clarity-89 <homes89@ukr.net>
km/unshallow-on-release-build
Yunwen Zheng 2 weeks ago committed by GitHub
parent 0b28a53923
commit 412415ab39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/features/browse-dashboards/components/NewProvisionedFolderForm.tsx

@ -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) {

Loading…
Cancel
Save