mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
redis: support for redis streams
This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
let item = {};
|
||||
|
||||
const handleSubmit = async () => {
|
||||
closeCurrentModal();
|
||||
onConfirm(item);
|
||||
if (await onConfirm(item)) {
|
||||
closeCurrentModal();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -24,7 +25,7 @@
|
||||
|
||||
<div class="container">
|
||||
<DbKeyItemDetail
|
||||
dbKeyFields={keyInfo.keyType.dbKeyFields}
|
||||
dbKeyFields={keyInfo.keyType.dbKeyFields}
|
||||
{item}
|
||||
onChangeItem={value => {
|
||||
item = value;
|
||||
|
||||
Reference in New Issue
Block a user