Skip to content

Commit 550adb8

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

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)