Skip to content

Commit

Permalink
Sprint2 code refactoring and warning minimization (#904)
Browse files Browse the repository at this point in the history
* changes to remove for unique key warning on Dom and code refactoring sprint2

Signed-off-by: rinku-kumar-psl <[email protected]>

* snapshot updated

Signed-off-by: rinku-kumar-psl <[email protected]>

* no_results.test.tsx snapshot updated

Signed-off-by: rinku-kumar-psl <[email protected]>

* added empty line at the end of the file

Signed-off-by: rinku-kumar-psl <[email protected]>
  • Loading branch information
rinku-kumar-psl authored Aug 9, 2022
1 parent 77c460f commit 8503d0c
Show file tree
Hide file tree
Showing 43 changed files with 640 additions and 668 deletions.
6 changes: 3 additions & 3 deletions dashboards-observability/common/types/explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ export interface IVisualizationTypeDefination {
type: string;
id: string;
label: string;
fullLabel: string;
fulllabel: string;
category: string;
icon: React.ReactNode;
editorConfig: {
editorconfig: {
panelTabs: IConfigPanelTab;
};
visConfig: {
visconfig: {
layout: Partial<Plotly.Layout>;
config: Partial<Plotly.Config>;
};
Expand Down
Loading

0 comments on commit 8503d0c

Please sign in to comment.