Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Daishan Peng <[email protected]>
  • Loading branch information
StrongMonkey committed Nov 7, 2024
1 parent c8fe652 commit 5120b4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/admin/app/components/knowledge/KnowledgeSourceDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,7 @@ const KnowledgeSourceDetail: FC<KnowledgeSourceDetailProps> = ({
knowledgeSource.syncSchedule ??
""
) &&
knowledgeSource.syncSchedule !==
undefined &&
knowledgeSource.syncSchedule !==
""
!!knowledgeSource.syncSchedule
}
/>
</DropdownMenuItem>
Expand Down

0 comments on commit 5120b4e

Please sign in to comment.