feat: add update from github modal content

This commit is contained in:
Joel
2024-11-05 15:27:08 +08:00
parent 43254ceeb0
commit da15a25cf5
3 changed files with 17 additions and 6 deletions

View File

@ -18,6 +18,7 @@ import { useTranslation } from 'react-i18next'
type InstallFromGitHubProps = {
updatePayload?: UpdateFromGitHubPayload
onClose: () => void
onSuccess: () => void
}
const InstallFromGitHub: React.FC<InstallFromGitHubProps> = ({ updatePayload, onClose }) => {