refactor: move template rendering to own properties and functions
This commit is contained in:
@@ -42,4 +42,8 @@ export default class SceltaCarrieraComponent extends ElixFormsComponentAbstract
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
protected override renderExtraContent(): JSX.Element {
|
||||
return <p>Altre cose</p>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user