Fix checked bug and css height bug

This commit is contained in:
Ilya Ig. Petrov 2017-05-31 19:49:40 +05:00
parent 2835ab3b1e
commit d826396605
2 changed files with 2 additions and 1 deletions

View File

@ -69,8 +69,8 @@ export default function getExceptions(theState) {
conf={{
key: 'lookupLastErrors',
desc: 'Собирать последние ошибки в запросах, чтобы вручную добавлять избранные из них в исключения.',
value: props.bgWindow.apis.lastErrors.ifCollecting
}}
checked={props.bgWindow.apis.lastErrors.ifCollecting}
onChange={(event) => {
props.bgWindow.apis.lastErrors.ifCollecting = event.target.checked;

View File

@ -31,6 +31,7 @@ export default function getProxyEditor(theState) {
{
min-width: 0;
min-height: 0;
height: 100%;
}
/* ADD PANEL */