mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 13:35:44 +01:00
Move frontendcomponents into ui-core
The new architecture has been implemented. Co-authored-by: Eduard Heimbuch<eduard.heimbuch@cloudogu.com> Committed-by: Eduard Heimbuch<eduard.heimbuch@cloudogu.com> Pushed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com> Committed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com> Pushed-by: Eduard Heimbuch<eduard.heimbuch@cloudogu.com> Co-authored-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com> Reviewed-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
@@ -30,6 +30,10 @@ type Props = Omit<ComponentProps<typeof Notification>, "type" | "role"> & {
|
||||
error: BackendError;
|
||||
};
|
||||
|
||||
/**
|
||||
* @deprecated Please import the identical module from "@scm-manager/ui-core"
|
||||
*/
|
||||
|
||||
const BackendErrorNotification: FC<Props> = ({ error, ...props }) => {
|
||||
const [t] = useTranslation("plugins");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user