2
0

aktualisierung für BLS cal Integration

This commit is contained in:
2024-09-14 12:02:05 +02:00
parent a68db78b18
commit e09846a4a3
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ export const bookEvent = createAction({
options: option.object({
link: option.string.layout({
label: 'Event link',
placeholder: 'https://cal.com/...',
placeholder: 'https://cal.bls.media/...',
}),
layout: option
.enum(['Month', 'Weekly', 'Columns'])

View File

@ -35,7 +35,7 @@ const main = async () => {
name: () =>
p.text({
message: 'Integration name?',
placeholder: 'Short name like: Sheets, Analytics, Cal.com',
placeholder: 'Short name like: Sheets, Analytics, BLS cal',
}),
id: ({ results }) =>
p.text({