Skip to content

Commit

Permalink
tighten ux
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed May 18, 2021
1 parent 79953ec commit d561532
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export interface Props {
indexName: string;
indexNameError?: string;
onIndexNameChange: (name: string, error?: string) => void;
onIndexNameValidationStart?: () => void;
onIndexNameValidationEnd?: () => void;
onIndexNameValidationStart: () => void;
onIndexNameValidationEnd: () => void;
}

export class IndexNameForm extends Component<Props> {
Expand Down

0 comments on commit d561532

Please sign in to comment.