status filter dropdown available for both view card and list
This commit is contained in:
parent
ef2fdf899c
commit
0eb2738b3a
@ -193,7 +193,7 @@ const ProjectList = () => {
|
||||
<i className="bx bx-list-ul bx-sm"></i>
|
||||
</button>
|
||||
</div>
|
||||
{!listView && (
|
||||
|
||||
<div className="dropdown ms-3">
|
||||
<a
|
||||
className="dropdown-toggle hide-arrow cursor-pointer"
|
||||
@ -235,7 +235,7 @@ const ProjectList = () => {
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
)}
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user