Skip to content

Commit

Permalink
fix #4741: loading spinner not animated in multiselect (#4823)
Browse files Browse the repository at this point in the history
fixes loading spinner not spinning issue
  • Loading branch information
navedqb authored Nov 15, 2023
1 parent 007865a commit 6bd1cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/baseicon/BaseIcon.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script>
import BaseComponent from 'primevue/basecomponent';
import BaseIconStyle from 'primevue/baseicon/style';
import BaseComponent from 'primevue/basecomponent';
import { ObjectUtils } from 'primevue/utils';
export default {
Expand Down

0 comments on commit 6bd1cc3

Please sign in to comment.