mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
fix: remove redundant field from ParameterInfo
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<AppObjectCore
|
||||
{...$$restProps}
|
||||
{data}
|
||||
title={data.pureName}
|
||||
extInfo={data.isOutputParameter ? `data.fullDataType OUT` : data.fullDataType}
|
||||
title={data.parameterName}
|
||||
extInfo={data.isOutputParameter ? `${data.dataType} OUT` : data.dataType}
|
||||
icon={'icon parameter'}
|
||||
disableHover
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user