Skip to content

Commit

Permalink
- Updated Generate page logic for multi-select
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis committed Aug 23, 2023
1 parent 2295240 commit b79037a
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 b79037a

Please sign in to comment.