diff --git a/app/frontend/src/components/admin/AdminAPIsTable.vue b/app/frontend/src/components/admin/AdminAPIsTable.vue index 961435f78..fd427de1b 100644 --- a/app/frontend/src/components/admin/AdminAPIsTable.vue +++ b/app/frontend/src/components/admin/AdminAPIsTable.vue @@ -22,6 +22,7 @@ const editDialog = ref({ endpointUrl: null, code: null, allowSendUserToken: false, + sendApiKey: false, }, show: false, }); @@ -108,6 +109,7 @@ function resetEditDialog() { endpointUrl: null, code: null, allowSendUserToken: false, + sendApiKey: false, }, show: false, }; @@ -292,6 +294,17 @@ async function saveItem() { + + +