diff --git a/components/link-form.js b/components/link-form.js index a91c989b..e33d08b5 100644 --- a/components/link-form.js +++ b/components/link-form.js @@ -143,6 +143,14 @@ export function LinkForm ({ item, sub, editThreshold, children }) { getPageTitleAndUnshorted({ variables: { url: e.target.value } }) + } else { + client.cache.modify({ + fields: { + pageTitleAndUnshorted () { + return null + } + } + }) } if (e.target.value) { setPostDisabled(true)