From 99715d48f3b536cd2e18333d801b871e0398b578 Mon Sep 17 00:00:00 2001 From: mrPadre <51297778+mrPadre@users.noreply.github.com> Date: Sat, 8 Aug 2020 23:12:53 +0300 Subject: [PATCH] =?UTF-8?q?HM-116=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D1=85=D0=BB=D0=BE=D0=BF=D1=8B=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B5=20=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=86=D1=8B=20(#53)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main-menu/MainMenu.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/main-menu/MainMenu.js b/src/components/main-menu/MainMenu.js index 5479239..e0dcae2 100644 --- a/src/components/main-menu/MainMenu.js +++ b/src/components/main-menu/MainMenu.js @@ -74,6 +74,10 @@ class MainMenu extends Component { options: { className: `nav-item ${className}`, }, + args: { + 'data-toggle': 'collapse', + 'data-target': '#navbarNavDropdown', + } }); const link = this.createElement({ tagName: 'a',