mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
add missing @since annotations to ui-forms & ui-buttons
This commit is contained in:
@@ -31,7 +31,10 @@ type Props<T extends HalRepresentation> = Pick<ComponentProps<typeof Form<T, T>>
|
||||
link: string;
|
||||
};
|
||||
|
||||
/** @Beta */
|
||||
/**
|
||||
* @beta
|
||||
* @since 2.41.0
|
||||
*/
|
||||
export function ConfigurationForm<T extends HalRepresentation>({link, translationPath, children}: Props<T>) {
|
||||
const {initialConfiguration, isReadOnly, update, isLoading} = useConfigLink<T>(link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user