Update ModalKeywords.tsx

This commit is contained in:
nguyentrungthat 2026-01-29 15:59:39 +07:00
parent 7373601fa4
commit 2d387de73f
1 changed files with 1 additions and 3 deletions

View File

@ -322,7 +322,7 @@ export default function ModalKeywords({ opened, onClose }: Props) {
>
<Table.Thead style={{ zIndex: 100 }}>
<Table.Tr>
<Table.Th style={{ textAlign: "center" }}>Name</Table.Th>
<Table.Th style={{ textAlign: "center" }}>Keyword</Table.Th>
<Table.Th w={300} style={{ textAlign: "center" }}>
Type
</Table.Th>
@ -368,7 +368,6 @@ export default function ModalKeywords({ opened, onClose }: Props) {
{isEditing ? (
<Select
clearable={false}
label="Type"
placeholder="Select type"
data={LIST_TYPE}
value={dataKeywords?.type}
@ -388,7 +387,6 @@ export default function ModalKeywords({ opened, onClose }: Props) {
{isEditing ? (
<Select
clearable={false}
label="Match Type"
placeholder="Select match type"
data={LIST_MATCH_TYPE}
value={dataKeywords?.match_type}