mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-09 01:47:11 +03:00
chore(view): hide add new view temp
This commit is contained in:
parent
3582d7c013
commit
03c29aeee6
@ -105,15 +105,20 @@ const GroupMenuWrapper = ({
|
||||
content={
|
||||
<GroupPanel>
|
||||
<ViewsMenu />
|
||||
<IconButton
|
||||
active={activePanel === PANEL_CONFIG.ADD_VIEW}
|
||||
onClick={() =>
|
||||
setActivePanel(PANEL_CONFIG.ADD_VIEW as ActivePanel)
|
||||
}
|
||||
>
|
||||
<AddViewIcon fontSize="small" />
|
||||
Add View
|
||||
</IconButton>
|
||||
|
||||
{filterSorterFlag && (
|
||||
<IconButton
|
||||
active={activePanel === PANEL_CONFIG.ADD_VIEW}
|
||||
onClick={() =>
|
||||
setActivePanel(
|
||||
PANEL_CONFIG.ADD_VIEW as ActivePanel
|
||||
)
|
||||
}
|
||||
>
|
||||
<AddViewIcon fontSize="small" />
|
||||
Add View
|
||||
</IconButton>
|
||||
)}
|
||||
|
||||
{
|
||||
// // Closed beta period temporarily
|
||||
|
Loading…
Reference in New Issue
Block a user