Skip to content

Commit

Permalink
Merge pull request #14 from mspnp/dev
Browse files Browse the repository at this point in the history
- Updated Generate page logic for multi-select
  • Loading branch information
BryanSoltis authored Aug 23, 2023
2 parents 577acea + b79037a commit 9c66609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Generate.razor
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
</div>
</div>

@if ((!String.IsNullOrEmpty(selectedResourceType)) && (GeneralHelper.IsNotNull(currentResourceType)))
@if (((!String.IsNullOrEmpty(selectedResourceType)) && (GeneralHelper.IsNotNull(currentResourceType))) || (multiselectedResourceTypes.Count > 0))
{
@if (componentsVisible == "collapse")
{
Expand Down

0 comments on commit 9c66609

Please sign in to comment.