Skip to content

Commit 4365640

Browse files
committed
fix: missing object properties
1 parent ba71a20 commit 4365640

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/editor/operator/EditorOperator.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const createArbitraryOperator = (name: string): OperatorInfo => ({
2626
alias: '',
2727
alt_name: '',
2828
subProf: '',
29+
prof: '',
30+
rarity: 0,
2931
})
3032

3133
export const EditorOperatorName = <T extends FieldValues>({

0 commit comments

Comments
 (0)