Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ui): simplify implementation of github provider using PAT #1963

Merged
merged 20 commits into from
Apr 25, 2024

Conversation

liangfung
Copy link
Collaborator

No description provided.

Comment on lines 163 to 176
{/* <div className="flex items-center justify-between">
<div>
<FormMessage />
</div>
<div>
<Button
type="submit"
disabled={isSubmitting || (!isNew && !isDirty)}
>
{isSubmitting && <IconSpinner className="mr-2" />}
{isNew ? 'Create' : 'Update'}
</Button>
</div>
</div> */}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rmove?

@wsxiaoys wsxiaoys marked this pull request as ready for review April 25, 2024 22:15
@wsxiaoys wsxiaoys enabled auto-merge (squash) April 25, 2024 22:26
@wsxiaoys wsxiaoys merged commit 2615fbf into main Apr 25, 2024
4 checks passed
@wsxiaoys wsxiaoys deleted the refactor-ui-github-provider-by-pat branch April 25, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants