fix #4741: loading spinner not animated in multiselect (#4823)

fixes loading spinner not spinning issue
pull/4829/head
navedqb 2023-11-15 22:25:36 +05:30 committed by GitHub
parent 007865a484
commit 6bd1cc3d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {