mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
add missing @since annotations to ui-forms & ui-buttons
This commit is contained in:
@@ -62,7 +62,10 @@ type Props<FormType extends Record<string, unknown>, DefaultValues extends FormT
|
||||
submitButtonTestId?: string;
|
||||
};
|
||||
|
||||
/** @Beta */
|
||||
/**
|
||||
* @beta
|
||||
* @since 2.41.0
|
||||
*/
|
||||
function Form<FormType extends Record<string, unknown>, DefaultValues extends FormType>({
|
||||
children,
|
||||
onSubmit,
|
||||
|
||||
Reference in New Issue
Block a user