Skip to content

Commit

Permalink
more missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwabco committed Sep 20, 2024
1 parent 812d580 commit af3d44f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ export const Sidebar: React.FC = () => {
className={`mb-6 duration-100 button-primary ${crawlingDoneVisible ? "bg-green-500" : "bg-blue-700"} text-white font-medium px-8 py-3 transition-all duration-500 ease-in-out`}
onClick={handleEmbedAndUpsertClick}
style={{ backgroundColor: `${crawlingDoneVisible ? "#15B077" : "#1B17F5"}`, textTransform: 'none', fontSize: 14, borderRadius: 4, padding: '12px 22px', fontWeight: 400 }}
placeholder=""
>
placeholder="" onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined} >
{!crawling ? (crawlingDoneVisible ? "Success" : "Embed and upsert") : (<div className="flex">
<CircularProgress size={20} sx={{
color: "white",
Expand Down

0 comments on commit af3d44f

Please sign in to comment.