Skip to content

Commit

Permalink
Merge pull request #124 from ngg/datasource
Browse files Browse the repository at this point in the history
Add DataSource to SelectElement
  • Loading branch information
soxtoby authored Nov 5, 2022
2 parents e23e1df + b9dbdc0 commit 7fcb1d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SlackNet/Interaction/SelectElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ public class SelectElement : DialogElement
public SelectElement() : base("select") { }

public IList<SelectOption> Options { get; set; } = new List<SelectOption>();
public DataSource DataSource { get; set; }
}
}
}

0 comments on commit 7fcb1d2

Please sign in to comment.