Skip to content

Commit f557bac

Browse files
committed
Reapply "fix: make 'id' optional in AdminForthActionInput interface"
This reverts commit 550adb8.
1 parent 550adb8 commit f557bac

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)