TagWithCreator icon indicating copy to clipboard operation
TagWithCreator copied to clipboard

Use correct null check on tags collection

Open phil-bevan opened this issue 2 years ago • 0 comments

When creating a resource without any other tags applied, $tags is not null, but $tags.TagsProperty is. This leads to the error 'ERROR: You cannot call a method on a null-valued expression' at line 33.

phil-bevan avatar Dec 21 '22 11:12 phil-bevan