mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettier had not been running as a precommit hook for some time so had to run in on all files again
This commit is contained in:
@@ -87,7 +87,7 @@ export class AddPanelWidget extends React.Component<Props, State> {
|
||||
|
||||
if (tab === 'visualization') {
|
||||
location.query.tab = 'visualization';
|
||||
location.query.openVizPicker = true;
|
||||
location.query.openVizPicker = true;
|
||||
}
|
||||
|
||||
reduxStore.dispatch(updateLocation(location));
|
||||
@@ -161,7 +161,9 @@ export class AddPanelWidget extends React.Component<Props, State> {
|
||||
)}
|
||||
</div>
|
||||
<div className="add-panel-widget__actions">
|
||||
<button className="btn btn-inverse add-panel-widget__action" onClick={this.onCreateNewRow}>Convert to row</button>
|
||||
<button className="btn btn-inverse add-panel-widget__action" onClick={this.onCreateNewRow}>
|
||||
Convert to row
|
||||
</button>
|
||||
{copiedPanelPlugins.length === 1 && (
|
||||
<button
|
||||
className="btn btn-inverse add-panel-widget__action"
|
||||
|
||||
Reference in New Issue
Block a user