mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Use patch request and display message
This commit is contained in:
parent
508b43937d
commit
88522af04d
2 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,7 @@ export default {
|
|||
},
|
||||
async saveTheme(theme) {
|
||||
const { error } = await $fetch(this.designerApiBase + '/theme/update', {
|
||||
method: 'POST',
|
||||
method: 'PATCH',
|
||||
headers: {
|
||||
Authorization: `Bearer ${this.$appState.designer.ticket}`,
|
||||
'X-License-Key': this.$appState.designer.licenseKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue