Skip to content

Commit 1cc520f

Browse files
authored
adds workaround for PrimeVue theme import issues after v1.20 #12443 (#12444)
1 parent 6f96736 commit 1cc520f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

arches/app/media/js/utils/create-vue-application.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import StyleClass from 'primevue/styleclass';
77
import ToastService from 'primevue/toastservice';
88
import Tooltip from 'primevue/tooltip';
99

10+
// eslint-disable-next-line
11+
// @ts-ignore: This is a workaround for PrimeVue theme import issues after v1.20
1012
import Aura from '@primeuix/themes/aura';
1113

1214
import { createApp } from 'vue';

releases/7.6.16.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Bug Fixes and Enhancements
44

55
- Ensure workflow history response is complete before navigating away from workflow [#12413](https://github.com/archesproject/arches/issues/12413)
6+
- Add workaround for PrimeVue theme import issues after upgrading to v1.20+ [#12443](https://github.com/archesproject/arches/issues/12443)
67

78
### Dependency changes:
89

0 commit comments

Comments
 (0)