Skip to content

Commit

Permalink
Fix audit create form not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed May 6, 2024
1 parent f47337a commit eb7f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Forms/ModelForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
}
}}
/>
{#if model.selectOptions['selected_implementation_groups'].length}
{#if model.selectOptions['selected_implementation_groups'] && model.selectOptions['selected_implementation_groups'].length}
<AutocompleteSelect
multiple
{form}
Expand Down

0 comments on commit eb7f768

Please sign in to comment.