feat(web): trim dynamic form strings on save (#2349)

This commit is contained in:
Hyu
2026-07-23 18:14:54 +08:00
committed by GitHub
parent 1765c43262
commit a53a41b1ca
6 changed files with 95 additions and 24 deletions
+4
View File
@@ -37,6 +37,10 @@ jobs:
working-directory: web
run: pnpm install --frozen-lockfile
- name: Run frontend unit tests
working-directory: web
run: pnpm test:unit
- name: Install Playwright browsers
working-directory: web
run: pnpm exec playwright install --with-deps chromium