Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions arches/app/media/js/utils/create-vue-application.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import StyleClass from 'primevue/styleclass';
import ToastService from 'primevue/toastservice';
import Tooltip from 'primevue/tooltip';

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

import { createApp } from 'vue';
Expand Down
1 change: 1 addition & 0 deletions releases/7.6.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Bug Fixes and Enhancements

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

### Dependency changes:

Expand Down