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 443cd8d commit 7747218Copy full SHA for 7747218
src/components/fields/AxesSelector.js
@@ -31,7 +31,7 @@ class AxesSelector extends Component {
31
option.value === 'allaxes'
32
? option
33
: {
34
- label: option.title.text,
+ label: option.title,
35
value: option.value,
36
}
37
)
0 commit comments