mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 02:36:57 +02: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:
@@ -26,6 +26,10 @@
|
||||
// @ts-ignore scmStage is set on the index page
|
||||
export const isDevBuild = () => (window.scmStage || "").toUpperCase() !== "PRODUCTION";
|
||||
|
||||
/**
|
||||
* @deprecated Please import the identical module from "@scm-manager/ui-core"
|
||||
*/
|
||||
|
||||
export const createAttributesForTesting = (testId?: string) => {
|
||||
if (!testId) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user