Status "Absage von meiner Seite" ergaenzt

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-13 12:51:37 +02:00
co-authored by Claude
parent 0c866805d3
commit 41887dd56c
6 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ function withLabels(row) {
const STATUS_OPTIONS = [
'Entwurf', 'Gesendet', 'Eingangsbestätigung',
'In Bearbeitung', 'Interessiert', 'Warten auf Rückmeldung', 'Warten auf meine Antwort',
'Vorstellungsgespräch', 'Absage', 'Einstellung', 'Keine Rückmeldung',
'Vorstellungsgespräch', 'Absage', 'Absage von meiner Seite', 'Einstellung', 'Keine Rückmeldung',
];
function createExternalApi(deps) {