fixed button label (#22656)

This commit is contained in:
Dhruv Parmar 2025-07-31 10:07:23 +05:30 committed by GitHub
parent f392902a73
commit ebb6666d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}