@kumori/aurora-interfaces 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -148,7 +148,7 @@ const callToActionDefinitions: callToAction[] = [
|
|
|
148
148
|
// (exitos) que conviene que el usuario pueda abrir con un click.
|
|
149
149
|
{
|
|
150
150
|
type: "tenant-created",
|
|
151
|
-
criticality: "
|
|
151
|
+
criticality: "high",
|
|
152
152
|
actions: [
|
|
153
153
|
{ label: "View tenant", buttonType: "text", route: ROUTE_NAMES.TENANTS },
|
|
154
154
|
],
|