diff --git a/front/components/assistant_builder/AssistantBuilder.tsx b/front/components/assistant_builder/AssistantBuilder.tsx index fdf1bd12a45d..01ec5f353917 100644 --- a/front/components/assistant_builder/AssistantBuilder.tsx +++ b/front/components/assistant_builder/AssistantBuilder.tsx @@ -535,7 +535,6 @@ export default function AssistantBuilder({ size="sm" variant="outline" tooltip="Inspect feedback and performance" - disabled={!agentConfigurationId} /> )} {/* Template Button */} diff --git a/front/components/assistant_builder/AssistantBuilderPreviewDrawer.tsx b/front/components/assistant_builder/AssistantBuilderPreviewDrawer.tsx index 5257b538921a..6a142d92b9b7 100644 --- a/front/components/assistant_builder/AssistantBuilderPreviewDrawer.tsx +++ b/front/components/assistant_builder/AssistantBuilderPreviewDrawer.tsx @@ -55,10 +55,10 @@ import { useAgentConfigurationHistory, } from "@app/lib/swr/assistants"; import { useUser } from "@app/lib/swr/user"; -import { timeAgoFrom } from "@app/lib/utils"; +import { formatTimestampToFriendlyDate, timeAgoFrom } from "@app/lib/utils"; import type { FetchAssistantTemplateResponse } from "@app/pages/api/w/[wId]/assistant/builder/templates/[tId]"; -const FEEDBACKS_BATCH_SIZE = 50; +const FEEDBACKS_PAGE_SIZE = 50; interface AssistantBuilderRightPanelProps { screen: BuilderScreen; @@ -122,40 +122,35 @@ export default function AssistantBuilderRightPanel({ return (