Don't run dupes query empty
This commit is contained in:
parent
29bee1c740
commit
259b5b7a36
@ -124,6 +124,7 @@ export function LinkForm ({ item, editThreshold }) {
|
|||||||
variables: { url: e.target.value }
|
variables: { url: e.target.value }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
if (e.target.value)
|
||||||
getDupes({
|
getDupes({
|
||||||
variables: { url: e.target.value }
|
variables: { url: e.target.value }
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user