fix(fe/teest): miss new introduced control
This commit is contained in:
parent
badd5ce65b
commit
fa99d04897
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ import {
|
||||||
settingsDialogCtrl,
|
settingsDialogCtrl,
|
||||||
settingsTabsCtrl,
|
settingsTabsCtrl,
|
||||||
filesViewCtrl,
|
filesViewCtrl,
|
||||||
|
dropAreaCtrl,
|
||||||
} from "../../common/controls";
|
} from "../../common/controls";
|
||||||
|
|
||||||
describe("Login", () => {
|
describe("Login", () => {
|
||||||
|
@ -145,6 +146,7 @@ describe("Login", () => {
|
||||||
[sharingCtrl]: ctrlOff,
|
[sharingCtrl]: ctrlOff,
|
||||||
[filesViewCtrl]: "rows",
|
[filesViewCtrl]: "rows",
|
||||||
[loadingCtrl]: ctrlOff,
|
[loadingCtrl]: ctrlOff,
|
||||||
|
[dropAreaCtrl]: ctrlOff,
|
||||||
}),
|
}),
|
||||||
options: Map<string, Set<string>>({
|
options: Map<string, Set<string>>({
|
||||||
[panelTabs]: Set<string>([
|
[panelTabs]: Set<string>([
|
||||||
|
@ -157,6 +159,7 @@ describe("Login", () => {
|
||||||
[sharingCtrl]: Set<string>([ctrlOn, ctrlOff]),
|
[sharingCtrl]: Set<string>([ctrlOn, ctrlOff]),
|
||||||
[filesViewCtrl]: Set<string>(["rows", "table"]),
|
[filesViewCtrl]: Set<string>(["rows", "table"]),
|
||||||
[loadingCtrl]: Set<string>([ctrlOn, ctrlOff]),
|
[loadingCtrl]: Set<string>([ctrlOn, ctrlOff]),
|
||||||
|
[dropAreaCtrl]: Set<string>([ctrlOn, ctrlOff]),
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -97,7 +97,6 @@ export class Layers extends React.Component<Props, State, {}> {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* ${dropAreaClass} */}
|
|
||||||
<div id="drop-area-layer" className={`${dropAreaClass}`}>
|
<div id="drop-area-layer" className={`${dropAreaClass}`}>
|
||||||
<div className="drop-area-container">
|
<div className="drop-area-container">
|
||||||
<div className="drop-area major-bg focus-font">
|
<div className="drop-area major-bg focus-font">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue