-
Notifications
You must be signed in to change notification settings - Fork 360
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
When creating branch from the UI, select the default branch as source #652
Comments
Hi @nopcoder, can you help me on getting started with this? |
Hey @nopcoder , can I work on this. |
yes, did you managed to run a local dev environment and see the issue? |
Hi, @nopcoder I would like to work on this issue |
anybody who likes to work on this issue, thanks, I just need to know that you understand what is the problem and you have experience in React. |
Hi @nopcoder I've good experience in building React Apps, Some of my projects are in my profile My Github Profile |
@nopcoder Hey. I ran on my local and observed the issue. I think this is where we need work:
We need to pass the value of the default branch name as an initial value to useState hook instead of null or some other way by which we update "selected" to the default branch, as soon as branches load in the following section: lakeFS/webui/src/components/RefDropdown.js Line 174 in bc2d841
I would like to work on this. I have experience in React. Can i take this up? |
* set source branch to default_branch * Replaced masterBranch with defaultBranch to maintain terminology * linter fix for BranchesPage
On create a new branch, the source branch default value should select the repository default branch
The text was updated successfully, but these errors were encountered: