mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 23:14:00 +00:00
fixed button label (#22656)
This commit is contained in:
parent
f392902a73
commit
ebb6666d29
@ -143,6 +143,9 @@ const AddTestSuitePipeline = ({
|
|||||||
return (
|
return (
|
||||||
<Form.Provider onFormChange={handleFromChange}>
|
<Form.Provider onFormChange={handleFromChange}>
|
||||||
<ScheduleInterval
|
<ScheduleInterval
|
||||||
|
buttonProps={{
|
||||||
|
okText: isEditMode ? t('label.save') : t('label.create'),
|
||||||
|
}}
|
||||||
debugLog={{ allow: true }}
|
debugLog={{ allow: true }}
|
||||||
defaultSchedule={DEFAULT_SCHEDULE_CRON_DAILY}
|
defaultSchedule={DEFAULT_SCHEDULE_CRON_DAILY}
|
||||||
includePeriodOptions={includePeriodOptions}
|
includePeriodOptions={includePeriodOptions}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user