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 (
|
||||
<>
|
||||
<section className='w-full'>
|
||||
<FormHeader type={type} title='Recording' backUrl='/flock/recording' />
|
||||
<FormHeader
|
||||
type={type}
|
||||
title='Recording'
|
||||
backUrl='/production/recording'
|
||||
/>
|
||||
<form
|
||||
onSubmit={formik.handleSubmit}
|
||||
className='w-full mt-8 flex flex-col gap-6'
|
||||
@@ -1558,7 +1562,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
formik={formik}
|
||||
editUrl={
|
||||
initialValues
|
||||
? `/flock/recording/detail/edit/?recordingId=${initialValues.id}`
|
||||
? `/production/recording/detail/edit/?recordingId=${initialValues.id}`
|
||||
: undefined
|
||||
}
|
||||
onDelete={deleteRecordingClickHandler}
|
||||
|
||||
Reference in New Issue
Block a user