Remove "required" from SaveModal Add to dashboard field (#11693)

This commit is contained in:
Kamil Gabryjelski 2020-11-17 00:07:24 +01:00 committed by GitHub
parent 86651cd451
commit 3e6bcbb98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class SaveModal extends React.Component {
/>
</FormGroup>
<FormGroup data-test="save-chart-modal-select-dashboard-form">
<FormLabel required>{t('Add to dashboard')}</FormLabel>
<FormLabel>{t('Add to dashboard')}</FormLabel>
<CreatableSelect
id="dashboard-creatable-select"
className="save-modal-selector"