|
@@ -114,9 +114,11 @@ const BookTreeWidget = ({
|
|
|
</Button>
|
|
</Button>
|
|
|
{multiSelectable ? (
|
|
{multiSelectable ? (
|
|
|
<Space>
|
|
<Space>
|
|
|
- {intl.formatMessage({
|
|
|
|
|
- id: "buttons.multiple.select",
|
|
|
|
|
- })}
|
|
|
|
|
|
|
+ <Text>
|
|
|
|
|
+ {intl.formatMessage({
|
|
|
|
|
+ id: "buttons.multiple.select",
|
|
|
|
|
+ })}
|
|
|
|
|
+ </Text>
|
|
|
<Switch
|
|
<Switch
|
|
|
size="small"
|
|
size="small"
|
|
|
defaultChecked={multiSelect}
|
|
defaultChecked={multiSelect}
|