fix selectuser is null
This commit is contained in:
parent
579b346532
commit
4a4e29102b
@ -11,6 +11,12 @@ export default function unlimitedReactions({ store, apolloClient }: ProcessConte
|
||||
reaction(
|
||||
() => $calculation.element('selectUser').getValue(),
|
||||
async (domainname) => {
|
||||
if (!domainname) {
|
||||
$calculation.element('selectLead').reset();
|
||||
$calculation.element('selectOpportunity').reset();
|
||||
|
||||
return;
|
||||
}
|
||||
const {
|
||||
data: { leads },
|
||||
} = await apolloClient.query({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user