Skip to content

Commit

Permalink
We don't need <Grid/> anymore, and we must manage loading state fully
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Dec 19, 2023
2 parents 8290039 + 533a871 commit 1de5269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import {
treeview_finder_en,
treeview_finder_fr,
} from '../../src/index';
import translations from "./demo_intl";
import translations from './demo_intl';

import PowsyblLogo from '-!@svgr/webpack!../images/powsybl_logo.svg';
import AppPackage from '../../package.json';
Expand Down
4 changes: 2 additions & 2 deletions demo/src/demo_intl.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

const translations = {
fr: {
'close': 'Fermer',
close: 'Fermer',
},
en: {
'close': 'Close',
close: 'Close',
},
};
export default translations;

0 comments on commit 1de5269

Please sign in to comment.