Skip to content

Commit

Permalink
rename type definition args
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed Aug 5, 2020
1 parent c659dd9 commit e3476cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/react/src/components/CreateExperimentModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ interface Props {
parentId: number;
visible: boolean;
config: string;
onVisibleChange: (arg0: boolean) => void;
onConfigChange: (arg0: string) => void;
onVisibleChange: (visible: boolean) => void;
onConfigChange: (config: string) => void;
}

const CreateExperimentModal: React.FC<Props> = (
Expand Down

0 comments on commit e3476cc

Please sign in to comment.