Skip to content

Commit

Permalink
add new ''input-radio/object" route
Browse files Browse the repository at this point in the history
  • Loading branch information
anicyne committed Mar 22, 2024
1 parent b77fd99 commit 7e4d26c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tools/visual-tests/tests/sample-app.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ ROUTES.set('input-password/show-password', null);
ROUTES.set('input-radio/basic', null);
ROUTES.set('input-radio/horizontal', null);
ROUTES.set('input-radio/select', null);
ROUTES.set('input-radio/object', null);
ROUTES.set('input-range/basic', null);
ROUTES.set('input-text/basic', null);
ROUTES.set('input-text/blur', null);
Expand Down

0 comments on commit 7e4d26c

Please sign in to comment.