Skip to content

Commit e5e629f

Browse files
committed
fix: rebuild
1 parent c09003a commit e5e629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export interface IAdminForthPlugin {
473473
* (only for case when we are creating copy of resource and activating plugins)
474474
* If false, multiple instances of plugin can be installed on different resources.
475475
*/
476-
shouldHaveSingleInstancePerWholeApp(): boolean;
476+
shouldHaveSingleInstancePerWholeApp?(): boolean;
477477

478478
/**
479479
* Optional method which will be called after AdminForth discovers all resources and their columns.

0 commit comments

Comments
 (0)