style: allowed models ux

This commit is contained in:
jialin
2025-10-13 15:21:17 +08:00
parent 1fa2124efd
commit 663b6c7b4e
16 changed files with 218 additions and 102 deletions
+1 -2
View File
@@ -58,7 +58,7 @@ const APIKeys: React.FC = () => {
const handleEditKey = (record: ListItem) => {
setOpenAddModal({
open: true,
title: 'Edit API Key',
title: 'Edit Allowed Models',
action: PageAction.EDIT,
currentData: record
});
@@ -79,7 +79,6 @@ const APIKeys: React.FC = () => {
};
const handleModalCancel = () => {
console.log('handleModalCancel');
setOpenAddModal({
open: false,
title: '',