mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
(feat:tools) reflect custom name on ui
This commit is contained in:
@@ -288,7 +288,8 @@ export default function Tools() {
|
||||
/>
|
||||
<ConfirmationModal
|
||||
message={t('settings.tools.deleteWarning', {
|
||||
toolName: toolToDelete?.displayName || '',
|
||||
toolName:
|
||||
toolToDelete?.customName || toolToDelete?.displayName || '',
|
||||
})}
|
||||
modalState={deleteModalState}
|
||||
setModalState={setDeleteModalState}
|
||||
|
||||
Reference in New Issue
Block a user