Skip to content

Commit 8b40e3f

Browse files
ErioldDaniel Montoya
andauthored
fix(modal): type of description add any (#629)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 804878b commit 8b40e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/organisms/ModalAlert/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface ModalAlertProps {
99
title?: string
1010

1111
/** Mensaje del modal */
12-
description?: string
12+
description?: string | any
1313

1414
/** Opciones del boton */
1515
optionsButton: optionsButton[]

0 commit comments

Comments
 (0)