Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webapp: declare emitted event in FormFooter component
fixes an annoying warning (visible in the browser console): [Vue warn]: Extraneous non-emits event listeners (reload) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.
- Loading branch information