Fix: Can not select LLM in memory page (#12219)

### What problem does this PR solve?

Fix: Can not select LLM in memory page

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-12-26 11:00:11 +08:00
committed by GitHub
parent 73db759558
commit 5fb38ecc2a
2 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,7 @@ export const useShowDeleteConfirm = () => {
style: {
width: '450px',
},
zIndex: 1000,
okButtonClassName:
'bg-state-error text-white hover:bg-state-error hover:text-white',
onOk: async () => {