Skip to content

Commit

Permalink
FIO-9506: ffixed the return type of the render function
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaGashtold authored and lane-formio committed Dec 30, 2024
1 parent 7d3c6c3 commit 860492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_classes/field/Field.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Component from '../component/Component';
export default class Field extends Component {
/**
* @param {object} element - The component to create.
* @returns {Field} - The created field.
* @returns {string} - The rendered HTML string of a component
*/
render(element) {
if (this.noField) {
Expand Down

0 comments on commit 860492c

Please sign in to comment.