This commit is contained in:
mr 2025-07-04 16:38:05 +02:00
parent 04b3b37666
commit 9364db068e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
ports:
- 8080:80
networks:
- catalog
- oc
labels:
- "traefik.enable=true"
- "traefik.http.routers.front.entrypoints=web"

View File

@ -443,7 +443,7 @@ class ArrowPainter extends CustomPainter {
}) : pivots = pivots ?? [];
List<dynamic> env;
List<dynamic> infos;
List<dynamic> infos = [];
ArrowParams params;
String toID;
String fromID;