feat: Remove 'managePrompts.columns.actions' title from PromptBody component

This commit is contained in:
n4ze3m 2024-08-04 18:03:51 +05:30
parent 2cc880c722
commit 6c44fcfca7

View File

@ -273,7 +273,6 @@ export const PromptBody = () => {
) )
}, },
{ {
title: t("managePrompts.columns.actions"),
render: (_, record) => ( render: (_, record) => (
<div className="flex gap-4"> <div className="flex gap-4">
<Tooltip title={t("managePrompts.tooltip.edit")}> <Tooltip title={t("managePrompts.tooltip.edit")}>