Core Dialog
Core dialog is used to adding new elements with a form.
Show a Dialog
import * as actions from 'rs/features/core/redux/actions';
import store from '../../../common/store';
const showDialog = (...args) => store.dispatch(actions.showDialog(...args));showDialog(formId, title, context)Last updated