Skip to content

Commit

Permalink
change create new collection ButtonSpinner variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Oct 3, 2024
1 parent 568037e commit 414ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Form/Elements/FormData/FormData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ const noOptionsWarningMessage = computed(() => {
v-for="collectionType in effectiveCollectionTypes"
:key="collectionType"
:tooltip="collectionType"
variant="secondary"
:variant="formattedOptions.length === 0 ? 'warning' : 'secondary'"
:disabled="isFetchingItems"
:icon="faPlus"
:wait="isFetchingItems"
Expand Down

0 comments on commit 414ac41

Please sign in to comment.