fix(web): move autosave hooks above early return (React #310)
Server Deploy / deploy (push) Successful in 1m37s

This commit is contained in:
2026-07-21 11:55:20 +01:00
parent b5f30bc7c8
commit 2b7ef98dff
2 changed files with 28 additions and 24 deletions
+3
View File
@@ -36,10 +36,13 @@ services:
OIDC_CLIENT_SECRET: ${OIDC_CLIENT_SECRET:-}
OIDC_REDIRECT_URL: ${OIDC_REDIRECT_URL:-}
KEY_ENCRYPTION_KEY: ${KEY_ENCRYPTION_KEY:-}
VANTAGE_WORKFLOW_LOG_DIR: ${VANTAGE_WORKFLOW_LOG_DIR:-}
GUACD_ADDR: guacd:4822
depends_on:
redis:
condition: service_healthy
volumes:
- ./data:/data
web:
image: gitea.hostxtra.co.uk/mrhid6/vantage/web:latest
restart: unless-stopped