mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
@@ -46,7 +46,7 @@ export class NewDashboardsFolder extends PureComponent<Props> {
|
||||
return (
|
||||
<Page navModel={this.props.navModel}>
|
||||
<Page.Contents>
|
||||
<h3>New Dashboard Folder</h3>
|
||||
<h3>New dashboard folder</h3>
|
||||
<Form defaultValues={initialFormModel} onSubmit={this.onSubmit}>
|
||||
{({ register, errors }) => (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user