Update ModalKeywords.tsx
This commit is contained in:
parent
7373601fa4
commit
2d387de73f
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue