We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574aa9c commit dd17be6Copy full SHA for dd17be6
1 file changed
tgui/packages/tgui/interfaces/common/DataInput.tsx
@@ -29,7 +29,7 @@ export const DataInputOptions = (props: DataInputOptionsProps) => {
29
key={optionName}
30
byondRef={byondRef}
31
type={options[optionName].type}
32
- name={optionName}
+ name={options[optionName].name ? options[optionName].name : optionName}
33
description={options[optionName].description}
34
value={options[optionName].value}
35
tooltip={options[optionName].description}
0 commit comments