-
Notifications
You must be signed in to change notification settings - Fork 8
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
Project creation refactor #163
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # src/Angor/Client/Pages/Create.razor
finally | ||
{ | ||
// nothing to do the spinner will be disabled in the call back | ||
} | ||
} | ||
|
||
private async Task CreatProjectTransactionAnCheckPassword() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: search if there's a better way
string tag = match.Groups[1].Value; | ||
string attributes = match.Groups[2].Value; | ||
{ | ||
var tag = match.Groups[1].Value; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check if the reformat change it to be var instead of a string? i have no recollection of changing this
this is ready to review, |
No description provided.