Skip to content

Commit

Permalink
Fix missing closing parenthesis in form.js
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jan 6, 2024
1 parent f108493 commit 1f8323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/widgets/form/assets/js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ $(function () {
$('[data-form-save-action]').attr('name', $selectedAction).attr('value', '1')
Cookies.set('ti_activeFormSaveAction', JSON.stringify($selectedAction))
})
})
});

0 comments on commit 1f8323f

Please sign in to comment.