Send library name

pull/6454/merge
Cagatay Civici 2025-01-13 22:27:08 +03:00
parent 60c1184e25
commit a20dde0752
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ export default {
headers: {
Authorization: `Bearer ${this.$appState.designer.ticket}`,
'X-License-Key': this.$appState.designer.licenseKey
},
query: {
library: 'primevue'
}
});