Skip to content

submission topics error checking

Dan Visel requested to merge issue601 into main

This checks if topics is coming in as an array before trying to loop it, avoiding an error if it's coming in as null or undefined and logging the error if there is one.

Merge request reports