diff --git a/frontend/src/stores/meta.js b/frontend/src/stores/meta.js index 092c948a..f43daab1 100644 --- a/frontend/src/stores/meta.js +++ b/frontend/src/stores/meta.js @@ -24,7 +24,7 @@ export function getMeta(doctype) { }, }) - if (!doctypeMeta[doctype]) { + if (!doctypeMeta[doctype] && !meta.loading) { meta.fetch() }