Fix stale fees shown

If we pay for an image and then want to edit the comment, the cache might return stale date; suggesting we didn't pay for the existing image yet.
This commit is contained in:
ekzyis 2023-10-25 20:24:39 +02:00
parent b3c9e9ebf2
commit 1272e15a0e

View File

@ -112,6 +112,7 @@ export function MarkdownInput ({ label, topLevel, groupClassName, onChange, onKe
sizeNow
}
}`, {
fetchPolicy: 'no-cache',
onError: (err) => {
console.log(err)
toaster.danger(err.message || err.toString?.())