Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
meenal06 committed Apr 6, 2021
1 parent a6adaef commit 0947991
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,6 @@ export function submitForm(fields, searchTraces) {
});
}

// type FileLoaderProps = {
// loadJsonTraces: (fileList: FileList) => void;
// // };

export class SearchFormImpl extends React.PureComponent {
render() {
const {
Expand Down Expand Up @@ -434,7 +430,6 @@ export class SearchFormImpl extends React.PureComponent {
</Row>
</FormItem>,
]}
{/* <div className="inline"> */}

<Row gutter={16}>
<Col className="gutter-row" span={12}>
Expand Down Expand Up @@ -471,7 +466,6 @@ export class SearchFormImpl extends React.PureComponent {
props={{ disabled, min: 1, max: getConfigValue('search.maxLimit') }}
/>
</FormItem>
{/* </div> */}

<Button
htmlType="submit"
Expand Down

0 comments on commit 0947991

Please sign in to comment.