mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
progress
This commit is contained in:
parent
a088dc1656
commit
e088027ee0
|
@ -24,25 +24,25 @@ export const ContainsDropdown = ({
|
|||
}`}
|
||||
>
|
||||
<div
|
||||
className="cursor-pointer hover:bg-gray-100 p-1 rounded"
|
||||
className="cursor-pointer hover:bg-gray-100 rounded"
|
||||
onClick={() => handleFilterTypeChange("contains")}
|
||||
>
|
||||
Contains
|
||||
</div>
|
||||
<div
|
||||
className="cursor-pointer hover:bg-gray-100 p-1 rounded"
|
||||
className="cursor-pointer hover:bg-gray-100 rounded"
|
||||
onClick={() => handleFilterTypeChange("does not contain")}
|
||||
>
|
||||
Does not contain
|
||||
</div>
|
||||
<div
|
||||
className="cursor-pointer hover:bg-gray-100 p-1 rounded"
|
||||
className="cursor-pointer hover:bg-gray-100 rounded"
|
||||
onClick={() => handleFilterTypeChange("is empty")}
|
||||
>
|
||||
Is empty
|
||||
</div>
|
||||
<div
|
||||
className="cursor-pointer hover:bg-gray-100 p-1 rounded"
|
||||
className="cursor-pointer hover:bg-gray-100 rounded"
|
||||
onClick={() => handleFilterTypeChange("is not empty")}
|
||||
>
|
||||
Is not empty
|
||||
|
|
Loading…
Reference in New Issue
Block a user