Skip to content
Snippets Groups Projects
Commit 67ece43a authored by Andreia Gaita's avatar Andreia Gaita Committed by GitHub
Browse files

Merge pull request #224 from github-for-unity/fixes/publish-view-default-again

Fix to include the OwnersDefaultText after user and organizations load
parents ff2344f4 e5d25e7f
No related branches found
Tags v0.26.1-alpha
No related merge requests found
......@@ -91,7 +91,7 @@ namespace GitHub.Unity
.OrderBy(organization => organization.Login)
.Select(organization => organization.Login);
owners = new[] { username }.Union(organizationLogins).ToArray();
owners = new[] { OwnersDefaultText, username }.Union(organizationLogins).ToArray();
isBusy = false;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment