Fix action button layout and enhance notification handling (#190)
* Fix approval /declien button issue. update action buttons and improve layout * feat(notifications): enhance notification handling and default templates across components
This commit is contained in:
@@ -135,10 +135,11 @@ const NotificationPickerField = ({
|
||||
>
|
||||
<NotificationTemplate
|
||||
value={value}
|
||||
minNotifications={0}
|
||||
onChange={({ notifications }) => {
|
||||
latestTemplatesRef.current = notifications
|
||||
}}
|
||||
showTimeline
|
||||
showTimeline={false}
|
||||
/>
|
||||
</ResponsiveModal>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user