feature/IO-3096-GlobalNotifications - Global Notification Settings on profile page
This commit is contained in:
@@ -9,6 +9,7 @@ import { selectCurrentUser } from "../../redux/user/user.selectors";
|
||||
import { logImEXEvent, updateCurrentPassword } from "../../firebase/firebase.utils";
|
||||
import LayoutFormRow from "../layout-form-row/layout-form-row.component";
|
||||
import { useNotification } from "../../contexts/Notifications/notificationContext.jsx";
|
||||
import NotificationSettingsForm from "./notification-settings.component.jsx";
|
||||
|
||||
const mapStateToProps = createStructuredSelector({
|
||||
currentUser: selectCurrentUser
|
||||
@@ -46,6 +47,8 @@ export default connect(
|
||||
}
|
||||
};
|
||||
|
||||
const handleScenarios = async ({ values }) => {};
|
||||
|
||||
return (
|
||||
<>
|
||||
<Col span={24}>
|
||||
@@ -78,6 +81,10 @@ export default connect(
|
||||
</Card>
|
||||
</Form>
|
||||
</Col>
|
||||
<Col span={24}>
|
||||
<NotificationSettingsForm />
|
||||
</Col>
|
||||
|
||||
<Col span={24}>
|
||||
<Form onFinish={handleChangePassword} autoComplete={"no"} initialValues={currentUser} layout="vertical">
|
||||
<Card
|
||||
|
||||
Reference in New Issue
Block a user