Skip to content

Commit 85e0895

Browse files
committed
should be bool...
1 parent 6fb3df6 commit 85e0895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/semanticui/Progress.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern class Progress extends ReactComponentOfProps<ProgressProps> {}
1313
typedef ProgressProps = {
1414
> BasePropsWithOptChildren,
1515
> BaseSemanticProps,
16-
?active:String,
16+
?active:Bool,
1717
?attached:String,
1818
?autoSuccess:Bool,
1919
?color:String,

0 commit comments

Comments
 (0)