visuddhinanda 2 лет назад
Родитель
Сommit
fdb1b49b5c
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      dashboard/src/components/corpus/BookTree.tsx

+ 5 - 3
dashboard/src/components/corpus/BookTree.tsx

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