fix: adhoc filter 'equals' doesn't let you save (#9652)

When altering a filter, when using `equals` or `does not equals`,
the save button is disabled even when it should be enalbed.
This commit is contained in:
Maxime Beauchemin
2020-05-06 08:38:10 -07:00
committed by GitHub
parent 292704fec9
commit 9aabafe9fe
4 changed files with 43 additions and 9 deletions

View File

@@ -15,11 +15,11 @@
# specific language governing permissions and limitations
# under the License.
import logging
from dataclasses import dataclass
from typing import List, Optional, Set
from urllib import parse
import sqlparse
from dataclasses import dataclass
from sqlparse.sql import (
Function,
Identifier,