mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
style: removing extra options heading and drop down icon (#2852)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user