Const
Open global Rowy Run modal if feature not available. Calling the set function resets props.
Basic usage:
const openRowyRunModal = useSetAtom(rowyRunModalAtom, projectScope);openRowyRunModal({ feature: ... , version: ... });
Close dialog:
openRowyRunModal({ open: false })
Generated using TypeDoc
Open global Rowy Run modal if feature not available. Calling the set function resets props.
Example
Basic usage:
Example
Close dialog: