Skip to content

Commit

Permalink
Change order of prop
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPospisil committed Dec 13, 2022
1 parent cdeb568 commit 3cf6437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/execution-environment/repository-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ interface IProps {
includeTags?: string[];
registry?: string; // pk
upstreamName?: string;
addAlert?: (variant, title, description?) => void;
remoteId?: string;
addAlert?: (variant, title, description?) => void;
}

interface IState {
Expand Down

0 comments on commit 3cf6437

Please sign in to comment.