Enhancement: "webui" workflowtrigger source option (#9170)

This commit is contained in:
shamoon 2025-02-21 08:26:00 -08:00 committed by GitHub
parent 3bf64ae7da
commit 4f08b5fa20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 95 additions and 25 deletions

View file

@ -71,6 +71,10 @@ export const DOCUMENT_SOURCE_OPTIONS = [
id: DocumentSource.MailFetch,
name: $localize`Mail Fetch`,
},
{
id: DocumentSource.WebUI,
name: $localize`Web UI`,
},
]
export const SCHEDULE_DATE_FIELD_OPTIONS = [