Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8c6cdfa

Browse files
Redraw after organizations are loaded
1 parent d0c6426 commit 8c6cdfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PublishView.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ private void LoadOwners()
117117
owners = new[] { OwnersDefaultText, username }.Union(publishOwners).ToArray();
118118

119119
isBusy = false;
120+
121+
Redraw();
120122
}, exception =>
121123
{
122124
isBusy = false;

0 commit comments

Comments
 (0)