forked from github/plane
fix: modules sidebar lead select not working (#429)
This commit is contained in:
parent
d5d64e09d4
commit
d6d51c2f43
@ -359,7 +359,7 @@ export const ModuleDetailsSidebar: React.FC<Props> = ({
|
|||||||
<SidebarLeadSelect
|
<SidebarLeadSelect
|
||||||
value={value}
|
value={value}
|
||||||
onChange={(val: string) => {
|
onChange={(val: string) => {
|
||||||
submitChanges({ lead: value });
|
submitChanges({ lead: val });
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user