Skip to content

Commit 7747218

Browse files
committed
correct axis title
1 parent 443cd8d commit 7747218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/AxesSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AxesSelector extends Component {
3131
option.value === 'allaxes'
3232
? option
3333
: {
34-
label: option.title.text,
34+
label: option.title,
3535
value: option.value,
3636
}
3737
)

0 commit comments

Comments
 (0)