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