mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: removing extra options heading and drop down icon (#2852)
This commit is contained in:
parent
dfffa63151
commit
1e104e85a4
@ -26,11 +26,6 @@ export const FilterExtraOptions: React.FC<Props> = observer((props) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<FilterHeader
|
||||
title="Extra Options"
|
||||
isPreviewEnabled={previewEnabled}
|
||||
handleIsPreviewEnabled={() => setPreviewEnabled(!previewEnabled)}
|
||||
/>
|
||||
{previewEnabled && (
|
||||
<div>
|
||||
{ISSUE_EXTRA_OPTIONS.map((option) => {
|
||||
|
Loading…
Reference in New Issue
Block a user