mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix(resolve): fix resolve mismatch conflict path on merge
This commit is contained in:
@@ -553,7 +553,11 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<section className='w-full'>
|
<section className='w-full'>
|
||||||
<FormHeader type={type} title='Recording' backUrl='/flock/recording' />
|
<FormHeader
|
||||||
|
type={type}
|
||||||
|
title='Recording'
|
||||||
|
backUrl='/production/recording'
|
||||||
|
/>
|
||||||
<form
|
<form
|
||||||
onSubmit={formik.handleSubmit}
|
onSubmit={formik.handleSubmit}
|
||||||
className='w-full mt-8 flex flex-col gap-6'
|
className='w-full mt-8 flex flex-col gap-6'
|
||||||
@@ -1558,7 +1562,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
formik={formik}
|
formik={formik}
|
||||||
editUrl={
|
editUrl={
|
||||||
initialValues
|
initialValues
|
||||||
? `/flock/recording/detail/edit/?recordingId=${initialValues.id}`
|
? `/production/recording/detail/edit/?recordingId=${initialValues.id}`
|
||||||
: undefined
|
: undefined
|
||||||
}
|
}
|
||||||
onDelete={deleteRecordingClickHandler}
|
onDelete={deleteRecordingClickHandler}
|
||||||
|
|||||||
Reference in New Issue
Block a user