Content-Length: 273188 | pFad | http://github.com/lowcoder-org/lowcoder/commit/45673a862b5dff8a275f4f06aa9ab9cd2265cbe5

03 [Feat]: #1615 Add component 'type' in show data modal · lowcoder-org/lowcoder@45673a8 · GitHub
Skip to content

Commit 45673a8

Browse files
committed
[Feat]: #1615 Add component 'type' in show data modal
1 parent 524bc75 commit 45673a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

client/packages/lowcoder/src/pages/editor/LeftContent.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,14 @@ export const LeftContent = (props: LeftContentProps) => {
446446
</span>
447447
{info?.show && data && (
448448
<Modal
449-
title={data.name}
449+
title={
450+
<div>
451+
<div>{data.name}</div>
452+
<div style={{ fontSize: '12px', color: '#666', fontWeight: 'normal', marginTop: '4px' }}>
453+
<strong>Type:</strong> {data.type}
454+
</div>
455+
</div>
456+
}
450457
open={info.show}
451458
onOk={() => setShowData([])}
452459
cancelButtonProps={{ style: { display: 'none' } }}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/45673a862b5dff8a275f4f06aa9ab9cd2265cbe5

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy