Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Apr 16, 2020
1 parent 27eb9c2 commit 7fbb681
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,8 @@ export class CreateIndexPatternWizard extends Component<
isInitiallyLoadingIndices: true,
isIncludingSystemIndices: false,
toasts: [],
indexPatternCreationType: {} as IndexPatternCreationConfig,
};

constructor(props: CreateIndexPatternWizardProps) {
super(props);
}

async UNSAFE_componentWillMount() {
this.fetchData();
}
Expand Down

0 comments on commit 7fbb681

Please sign in to comment.