Web/Files: Refactoring.

This commit is contained in:
TatianaLopaeva 2021-02-23 22:19:51 +03:00
parent 3e3b079b5a
commit 2ee7f60d4c
2 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,6 @@ const iconSizes = {
big: 24, big: 24,
}; };
const getSizeStyle = (size) => { const getSizeStyle = (size) => {
console.log("getSizeStyle", size)
switch (size) { switch (size) {
case "scale": case "scale":
return ` return `

View File

@ -4,7 +4,6 @@ import {
ComboBox, ComboBox,
Row, Row,
Text, Text,
Icons,
DropDownItem, DropDownItem,
} from "@appserver/components"; } from "@appserver/components";
import { toastr } from "@appserver/common"; import { toastr } from "@appserver/common";