Skip to content

Commit

Permalink
[OPIK-319]: remove tag name cell;
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 6, 2024
1 parent 7c6319b commit d5c367b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import usePromptsList from "@/api/prompts/usePromptsList";
import { Prompt } from "@/types/prompts";
import { PromptRowActionsCell } from "@/components/pages/PromptsPage/PromptRowActionsCell";
import AddEditPromptDialog from "@/components/pages/PromptsPage/AddEditPromptDialog";
import TagNameCell from "@/components/pages/PromptsPage/TagNameCell";
import { useNavigate } from "@tanstack/react-router";

const SELECTED_COLUMNS_KEY = "prompts-selected-columns";
Expand All @@ -35,7 +34,6 @@ export const DEFAULT_COLUMNS: ColumnData<Prompt>[] = [
id: "name",
label: "Name",
type: COLUMN_TYPE.string,
cell: TagNameCell as never,
},
{
id: "version_count",
Expand Down

This file was deleted.

0 comments on commit d5c367b

Please sign in to comment.