visuddhinanda il y a 3 ans
Parent
commit
b7b9341978
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dashboard/src/pages/library/search/search.tsx

+ 1 - 1
dashboard/src/pages/library/search/search.tsx

@@ -36,7 +36,7 @@ const Widget = () => {
           <Row>
           <Row>
             <Col xs={0} sm={6} md={5}>
             <Col xs={0} sm={6} md={5}>
               <BookTree
               <BookTree
-                multiSelect={true}
+                multiSelect={false}
                 root={bookRoot}
                 root={bookRoot}
                 path={bookPath}
                 path={bookPath}
                 onChange={(key: string[], path: string[]) => {
                 onChange={(key: string[], path: string[]) => {