[Plugin] [Redis] Fixed mget,hget value is displayed as null close #219

This commit is contained in:
qianmoQ 2023-02-13 22:59:21 +08:00
parent 4c7c84e6b4
commit 7398623a7e
2 changed files with 5 additions and 0 deletions

View File

@ -8,4 +8,7 @@
<Match>
<Package name="io.edurt.datacap.plugin.natived.zookeeper.sql" />
</Match>
<Match>
<Package name="io.edurt.datacap.sql.parser" />
</Match>
</FindBugsFilter>

View File

@ -9,6 +9,8 @@ const createDefaultOptions = (i18n: any) => {
rowDragManaged: true,
animateRows: true,
allowContextMenuWithControlKey: true,
// Fixed issues: https://github.com/EdurtIO/datacap/issues/219
suppressFieldDotNotation: true,
localeText: {
page: i18n.t('grid.page'),
more: i18n.t('grid.more'),