Explorar el Código

Fix list page style

afc163 hace 8 años
padre
commit
7733f4f0c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/routes/List/Applications.js

+ 1 - 1
src/routes/List/Applications.js

@@ -6,7 +6,7 @@ import { Row, Col, Form, Card, Select, Icon, Avatar, List, Tooltip, Dropdown, Me
 import StandardFormRow from '../../components/StandardFormRow';
 import TagSelect from '../../components/TagSelect';
 
-import styles from './Projects.less';
+import styles from './Applications.less';
 
 const { Option } = Select;
 const FormItem = Form.Item;