diff --git a/custom/VisionAction.vue b/custom/VisionAction.vue index 457aa63..3eee480 100644 --- a/custom/VisionAction.vue +++ b/custom/VisionAction.vue @@ -20,7 +20,7 @@ { label: checkedCount > 1 ? t('Save fields') : t('Save field'), options: { - disabled: isLoading || checkedCount < 1 || isCriticalError || isFetchingRecords || isGeneratingImages || isAnalizingFields || isAnalizingImages, + disabled: isLoading || checkedCount < 1 || isFetchingRecords || isProcessingAny, loader: isLoading, class: 'w-fit' }, onclick: async (dialog) => { await saveData(); dialog.hide(); } @@ -67,46 +67,49 @@ :click-to-close-outside="false" >
-