Se agregó botón de Nueva Unidad al inicio del contenido temático #187
@@ -688,6 +688,12 @@ export function ContenidoTematico() {
|
|||||||
>
|
>
|
||||||
{({ handleRef }) => (
|
{({ handleRef }) => (
|
||||||
<>
|
<>
|
||||||
|
{index === 0 && (
|
||||||
|
<InsertUnidadOverlay
|
||||||
|
position="top"
|
||||||
|
onInsert={() => insertUnidadAt(index)}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
<InsertUnidadOverlay
|
<InsertUnidadOverlay
|
||||||
position="bottom"
|
position="bottom"
|
||||||
onInsert={() => insertUnidadAt(index + 1)}
|
onInsert={() => insertUnidadAt(index + 1)}
|
||||||
|
|||||||
Reference in New Issue
Block a user