Skip to content

Commit

Permalink
Change Modal submit button okType (cvat-ai#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov authored and Chris Lee-Messer committed Mar 5, 2020
1 parent 3c645b2 commit 8e60699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export default class ModelRunnerModalComponent extends React.PureComponent<Props
visible && (
<Modal
closable={false}
okType='danger'
okType='primary'
okText='Submit'
onOk={(): void => {
runInference(
Expand Down

0 comments on commit 8e60699

Please sign in to comment.