Skip to content

Commit

Permalink
#804 section for upload - Repo dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
D-GopalKrishna committed Dec 25, 2023
1 parent d2d61d0 commit 0d04ed2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import { styled } from "@mui/system";
import ButtonGroup from "@mui/material/ButtonGroup";
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
import RepositoryMarkdownViewer from "./RepositoryMarkdownViewer";
import ThumbnailUploadArea from "../common/ThumbnailUploadArea";

const DEFAULT_CONTEXTS = ["main", "master"];

Expand Down Expand Up @@ -615,6 +616,14 @@ export const EditRepoDialog = ({
renderHTML={(text: string) => <RepositoryMarkdownViewer text={text} />}
/>
</Box>
<Box>
<ThumbnailUploadArea
thumbnail={ }
setThumbnai={ }
thumbnailPreview={ }
thumbnailError={ }
/>
</Box>
</DialogContent>
<DialogActions>
<Button onClick={() => handleClose(false)} color="primary">
Expand Down

0 comments on commit 0d04ed2

Please sign in to comment.