feat(explore): Fill dashboard name when adding new chart from dashboard view (#20129)

* feat(explore): Fill dashboard name when adding new chart from dashboard view

* Update import paths

* Update test

* Fix test
This commit is contained in:
Kamil Gabryjelski
2022-05-31 18:11:02 +02:00
committed by GitHub
parent 9646591d24
commit 3e3fbccdcb
12 changed files with 50 additions and 12 deletions

View File

@@ -256,8 +256,7 @@ class SaveModal extends React.Component<SaveModalProps, SaveModalState> {
checked={this.state.action === 'saveas'}
onChange={() => this.changeAction('saveas')}
>
{' '}
{t('Save as ...')} &nbsp;
{t('Save as...')}
</Radio>
</FormItem>
<hr />