mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Fixed settings modal form method typing
This commit is contained in:
committed by
David Sevilla Martín
parent
9a3aec6079
commit
e9ad848530
@@ -8,7 +8,7 @@ export default abstract class SettingsModal extends Modal {
|
||||
settings: object = {};
|
||||
loading: boolean = false;
|
||||
|
||||
form() {
|
||||
form(): string | JSX.Element[] {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user