Skip to content

Commit e540dd7

Browse files
author
Vitalii Kulyk
committed
fix: make 'id' optional in AdminForthActionInput interface
1 parent ddd460f commit e540dd7

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
@@ -1319,7 +1319,7 @@ export interface AdminForthActionInput {
13191319
message?: string;
13201320
}>;
13211321
icon?: string;
1322-
id: string;
1322+
id?: string;
13231323
customComponent?: AdminForthComponentDeclaration;
13241324
}
13251325

0 commit comments

Comments
 (0)