Set an action guard's modal properties #1571
Unanswered
ChrystianFerreira
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Taking a look at the design system's storybook, I learned that you should be able to set a modals variant, title, subtitle and other props.
Using an action guard, I am only able to set a value for the modal's title. Is it possible to achieve the same level of customization in my custom action's guard?
Modal storybook link
Example code of my guard:
Beta Was this translation helpful? Give feedback.
All reactions