Skip to content

Commit

Permalink
fix: data-cy
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiran committed May 8, 2021
1 parent 81c1fd2 commit 07b9a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/Plugin/UI/cors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const Cors: React.FC<Props> = ({ form }) => {
<Form.Item {...FORM_ITEM_WITHOUT_LABEL}>
<Button
type="dashed"
data-cy="add-allow_origins_by_regex"
onClick={() => {
add();
}}
Expand Down

0 comments on commit 07b9a7c

Please sign in to comment.