fix of class in Alert

This commit is contained in:
InsanusMokrassar 2022-02-09 15:47:02 +06:00
parent 1a655810bd
commit e4c2622115
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ fun Alert(
) = Div(
{
attrs.builder(this)
include(UIKitAlert)
buildAndAddAttribute("uk-alert") {
"animation" to animation ?.classes ?.firstOrNull()