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:
parent
b3c9e9ebf2
commit
1272e15a0e
@ -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?.())
|
||||
|
Loading…
x
Reference in New Issue
Block a user