We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ab5fd commit aff0d4eCopy full SHA for aff0d4e
src/plugin/components/SaveFieldButtons.vue
@@ -77,8 +77,6 @@ const loading = computed(() => props.loading);
77
78
const settings = reactive({ ...attrs, ...props });
79
80
-console.log({ settings });
81
-
82
const loadingIconClasses = computed(() => {
83
if (iconOptions?.defaultSet === 'fa') {
84
return 'fa-spin';
0 commit comments