Skip to content

Commit

Permalink
Update main with changes from 2.6.X (#1407)
Browse files Browse the repository at this point in the history
* fix(dui): πŸ€¦πŸΌβ€β™‚οΈ

* fix(dui): πŸ€¦πŸΌβ€β™‚οΈπŸ€¦πŸΌβ€β™‚οΈ Missed some more...
  • Loading branch information
AlanRynne authored Jul 14, 2022
1 parent de6012b commit d2cfe0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DesktopUI/DesktopUI/Utils/DummyBindings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public override List<StreamState> GetStreamsInFile()
{
id = "123",
name = "main",
commits = new Commits()
commits = new Speckle.Core.Api.Commits()
{
items = new List<Commit>()
{
Expand Down Expand Up @@ -131,7 +131,7 @@ public override List<StreamState> GetStreamsInFile()
{
id = "123",
name = "main",
commits = new Commits()
commits = new Core.Api.Commits()
{
items = new List<Commit>()
{
Expand Down
2 changes: 1 addition & 1 deletion DesktopUI2/DesktopUI2/DummyBindings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public override List<StreamState> GetStreamsInFile()
{
id = "123",
name = "main",
commits = new Commits()
commits = new Speckle.Core.Api.Commits()
{
items = new List<Commit>()
{
Expand Down

0 comments on commit d2cfe0f

Please sign in to comment.