Fix key rendering issue

This commit is contained in:
“himanshu” 2021-01-23 10:16:10 +05:30
parent e98e3be33e
commit bdd23c504c
2 changed files with 3 additions and 2 deletions

View File

@ -95,6 +95,7 @@ const _FilterStateDisplay = (props: FilterStateDisplayProps) => {
<Tag
style={{ fontSize: 14, padding: 8 }}
closable
key={`${item.key}-${item.operator}-${item.value}`}
onClose={(e) => {
handleCloseTagElement(item);
}}

View File

@ -1,4 +1,4 @@
export const ENVIRONMENT = {
baseURL: "",
// baseURL: "http://104.211.113.204:8080",
// baseURL: "",
baseURL: "http://104.211.113.204:8080",
};