File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.schedules.new Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -324,10 +324,16 @@ export function UpsertScheduleForm({
324
324
</ Label >
325
325
< Input
326
326
{ ...conform . input ( deduplicationKey , { type : "text" } ) }
327
+ disabled = { schedule !== undefined }
327
328
defaultValue = {
328
329
schedule ?. userProvidedDeduplicationKey ? schedule ?. deduplicationKey : undefined
329
330
}
330
331
/>
332
+ { schedule && (
333
+ < Paragraph variant = "small" >
334
+ You can't edit the Deduplication key on an existing schedule.
335
+ </ Paragraph >
336
+ ) }
331
337
< Hint >
332
338
Optionally specify a key, you can only create one schedule with this key. This is
333
339
very useful when using the SDK and you don't want to create duplicate schedules for
You can’t perform that action at this time.
0 commit comments