mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Add typechecks, typescript coverage GH action, fix many type errors (#3136)
This commit is contained in:
committed by
GitHub
parent
563d40d7da
commit
bac0e594ee
@@ -22,7 +22,7 @@ export default abstract class Modal<ModalAttrs = {}> extends Component<ModalAttr
|
||||
/**
|
||||
* Determine whether or not the modal should be dismissible via an 'x' button.
|
||||
*/
|
||||
static readonly isDismissible = true;
|
||||
static readonly isDismissible: boolean = true;
|
||||
|
||||
protected loading: boolean = false;
|
||||
|
||||
|
Reference in New Issue
Block a user