build(deps): bump frappeui to 0.1.91

This commit is contained in:
Shariq Ansari 2024-12-10 12:35:20 +05:30
parent 702517d206
commit 68b6b4a07d
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"@vueuse/core": "^10.3.0", "@vueuse/core": "^10.3.0",
"@vueuse/integrations": "^10.3.0", "@vueuse/integrations": "^10.3.0",
"feather-icons": "^4.28.0", "feather-icons": "^4.28.0",
"frappe-ui": "^0.1.90", "frappe-ui": "^0.1.91",
"gemoji": "^8.1.0", "gemoji": "^8.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mime": "^4.0.1", "mime": "^4.0.1",

View File

@ -75,7 +75,6 @@ const showDataFieldsModal = ref(false)
const data = createDocumentResource({ const data = createDocumentResource({
doctype: props.doctype, doctype: props.doctype,
name: props.docname, name: props.docname,
cache: ['doc', props.doctype, props.docname],
setValue: { setValue: {
onSuccess: () => { onSuccess: () => {
data.reload() data.reload()