Display confirmation dialog on connected account deletion (#10323)
 Fairly straightforward change, it's my first contribution in this project so tried to follow the existing patterns. I couldn't find any component tests or e2e Playwright tests touching this area to update - happy to write some from scratch if necessary! Closes #10285 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
3
.github/workflows/i18n-pull.yaml
vendored
3
.github/workflows/i18n-pull.yaml
vendored
@ -104,6 +104,9 @@ jobs:
|
||||
npx nx run twenty-emails:lingui:compile
|
||||
npx nx run twenty-front:lingui:compile
|
||||
|
||||
- name: Debug git status
|
||||
run: git status
|
||||
|
||||
- name: Check and commit compiled files
|
||||
id: check_changes
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user