diff --git a/js/src/common/Component.ts b/js/src/common/Component.ts index 09b91b0197..3659eae665 100644 --- a/js/src/common/Component.ts +++ b/js/src/common/Component.ts @@ -138,13 +138,13 @@ export default abstract class Component = return (
- {(this.constructor as any).isDismissible && ( + {(this.constructor as typeof Modal).isDismissible && (
{Button.component({ icon: 'fas fa-times',