We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba71a20 commit 4365640Copy full SHA for 4365640
src/components/editor/operator/EditorOperator.tsx
@@ -26,6 +26,8 @@ const createArbitraryOperator = (name: string): OperatorInfo => ({
26
alias: '',
27
alt_name: '',
28
subProf: '',
29
+ prof: '',
30
+ rarity: 0,
31
})
32
33
export const EditorOperatorName = <T extends FieldValues>({
0 commit comments