Skip to content

Commit

Permalink
loadable
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Jan 12, 2020
1 parent 753925f commit 19fadff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ChartBlock/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function getDataSourceOptions(data) {
const LoadablePlotlyEditor = Loadable({
loader: () => import('react-chart-editor'),
loading() {
return <div>Loading chart editor...</div>;
return <div>Loading...</div>;
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/Widget/ModalEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import 'react-chart-editor/lib/react-chart-editor.css';
const LoadablePlotlyEditor = Loadable({
loader: () => import('react-chart-editor'),
loading() {
return <div>Loading chart editor...</div>;
return <div>Loading...</div>;
},
});

Expand Down

0 comments on commit 19fadff

Please sign in to comment.