Skip to content

Commit b97df34

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents 69de01c + e540dd7 commit b97df34

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)