feat: Remove 'managePrompts.columns.actions' title from PromptBody component
This commit is contained in:
parent
2cc880c722
commit
6c44fcfca7
@ -273,7 +273,6 @@ export const PromptBody = () => {
|
||||
)
|
||||
},
|
||||
{
|
||||
title: t("managePrompts.columns.actions"),
|
||||
render: (_, record) => (
|
||||
<div className="flex gap-4">
|
||||
<Tooltip title={t("managePrompts.tooltip.edit")}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user