Skip to content

Commit

Permalink
fix: label
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Oct 11, 2024
1 parent f041817 commit 64e1ce2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ const CreateSchedulerEvent = () => {
<FormProvider {...methods}>
<SettingsContentContainer>
<SettingsPageHeader
title='Create a Scheduled Event'
title='Create a Scheduled Message'
// description='Bots can be used to send reminders, run AI assistants, and more.'
actions={<Button type='submit' disabled={loading}>
{loading && <Loader />}
{loading ? "Creating" : "Create"}
</Button>}
breadcrumbs={[{ label: 'Scheduled Event', href: '../' }, { label: 'New Bot', href: '' }]}
breadcrumbs={[{ label: 'Scheduled Message', href: '../' }, { label: 'New Scheduled Message', href: '' }]}
/>
<ErrorBanner error={error} />
<SchedulerEventsForm />
Expand Down

0 comments on commit 64e1ce2

Please sign in to comment.