Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Feb 25, 2025
1 parent 70f3c60 commit 224e7fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ee/tabby-ui/app/pages/components/page-main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const createThreadToPageRunSubscription = graphql(/* GraphQL */ `
}
`)

// const createPageSectionRun(input: CreatePageSectionRunInput!): SectionRunItem!
const createPageSectionRunSubscription = graphql(/* GraphQL */ `
subscription createPageSectionRun($input: CreatePageSectionRunInput!) {
createPageSectionRun(input: $input) {
Expand Down Expand Up @@ -715,7 +714,6 @@ export function Page() {
<motion.div
layout={!isLoading && mode === 'edit'}
key={`section_${section.id}`}
// exit={{ opacity: 0 }}
exit={
isLoading
? { opacity: 0, transition: { duration: 0 } }
Expand Down

0 comments on commit 224e7fd

Please sign in to comment.