mirror of https://github.com/buster-so/buster.git
hiding filters for now since we're noticing LLM isn't ready.
This commit is contained in:
parent
14fe8d0712
commit
45c2846b9b
|
@ -64,7 +64,7 @@ const MetricItemCardThreeDotMenuPopover: React.FC<{
|
|||
openChartItem,
|
||||
removeFromDashboardItem,
|
||||
{ type: 'divider' },
|
||||
drilldownItem,
|
||||
// drilldownItem,
|
||||
shareMenu,
|
||||
{ type: 'divider' },
|
||||
editWithAI,
|
||||
|
|
|
@ -38,7 +38,7 @@ export const DashboardContainerHeaderButtons: React.FC<FileContainerButtonsProps
|
|||
|
||||
return (
|
||||
<FileButtonContainer>
|
||||
{isShareable && <FollowUpWithAssetButton dashboardId={dashboardId} />}
|
||||
{/* {isShareable && <FollowUpWithAssetButton dashboardId={dashboardId} />} */}
|
||||
<SaveToCollectionButton dashboardId={dashboardId} />
|
||||
{isEffectiveOwner && <ShareDashboardButton dashboardId={dashboardId} />}
|
||||
{isEditor && !isViewingOldVersion && <AddContentToDashboardButton />}
|
||||
|
|
|
@ -66,7 +66,7 @@ export const DashboardThreeDotMenu = React.memo(
|
|||
() =>
|
||||
[
|
||||
chatId && openFullScreenDashboard,
|
||||
isFilter && !isViewingOldVersion && filterDashboardMenu,
|
||||
// isFilter && !isViewingOldVersion && filterDashboardMenu,
|
||||
isEditor && !isViewingOldVersion && addContentToDashboardMenu,
|
||||
{ type: 'divider' },
|
||||
isEffectiveOwner && !isViewingOldVersion && shareMenu,
|
||||
|
|
|
@ -101,7 +101,7 @@ export const ThreeDotMenuButton = React.memo(
|
|||
() =>
|
||||
[
|
||||
chatId && openFullScreenMetric,
|
||||
drilldownItem,
|
||||
// drilldownItem,
|
||||
isOwnerEffective && !isViewingOldVersion && shareMenu,
|
||||
isEditor && !isViewingOldVersion && statusSelectMenu,
|
||||
{ type: 'divider' },
|
||||
|
|
Loading…
Reference in New Issue