mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-30 15:16:45 +08:00
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:
@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user