浏览代码

fix the class subdropdown__link__${app.slug}__text in SubDropdownCreateButton component

AlexiCauvin 6 年前
父节点
当前提交
49f2d720cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/component/common/Input/SubDropdownCreateButton.jsx

+ 1 - 1
frontend/src/component/common/Input/SubDropdownCreateButton.jsx 查看文件

@@ -15,7 +15,7 @@ const SubDropdownCreateButton = props => {
15 15
                 style={{color: app.hexcolor}}
16 16
               />
17 17
             </div>
18
-            <div className='subdropdown__link__folder__text'>
18
+            <div className={`subdropdown__link__${app.slug}__text`}>
19 19
               {app.creationLabel}
20 20
             </div>
21 21
           </div>