mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactor(FE-114): update import paths from flock to production for recording components
This commit is contained in:
+2
-2
@@ -220,7 +220,7 @@ const RowOptionsMenu = ({
|
||||
)}
|
||||
>
|
||||
<Button
|
||||
href={`/flock/recording/detail/?recordingId=${props.row.original.id}`}
|
||||
href={`recording/detail/?recordingId=${props.row.original.id}`}
|
||||
variant='ghost'
|
||||
color='primary'
|
||||
className='justify-start text-sm'
|
||||
@@ -229,7 +229,7 @@ const RowOptionsMenu = ({
|
||||
Detail
|
||||
</Button>
|
||||
<Button
|
||||
href={`/flock/recording/detail/edit/?recordingId=${props.row.original.id}`}
|
||||
href={`recording/detail/edit/?recordingId=${props.row.original.id}`}
|
||||
variant='ghost'
|
||||
color='warning'
|
||||
className='justify-start text-sm'
|
||||
Reference in New Issue
Block a user