Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Fix css to react version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broopdias committed Oct 9, 2018
1 parent 8df79c5 commit 8fa07fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Menu Module</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/react-select/dist/react-select.css">
<link rel="stylesheet" href="https://unpkg.com/react-select@1.0.0/dist/react-select.css">
</head>
<body>
<div id="root" data-menu-id="1"></div>
Expand Down
4 changes: 2 additions & 2 deletions view/adminhtml/layout/menu_index_edit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="https://unpkg.com/react-select/dist/react-select.css" src_type="url"/>
<css src="https://unpkg.com/react-select@1.0.0/dist/react-select.css" src_type="url"/>
<css src="OuterEdge_Menu::css/menu.css"/>
</head>
<body>
Expand All @@ -16,4 +16,4 @@
<block class="OuterEdge\Menu\Block\Adminhtml\Menu\Edit" name="main_edit_content"/>
</referenceContainer>
</body>
</page>
</page>

0 comments on commit 8fa07fa

Please sign in to comment.