Content-Length: 275019 | pFad | http://github.com/lowcoder-org/lowcoder/commit/f65905673f02c468c394afffa972e51fcf266ebd

9B Merge pull request #1790 from iamfaran/feat/1615-component-type · lowcoder-org/lowcoder@f659056 · GitHub
Skip to content

Commit f659056

Browse files
Merge pull request #1790 from iamfaran/feat/1615-component-type
[Feat]: #1615 Add component 'type' in show data modal
2 parents 7051a76 + 45673a8 commit f659056

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/f65905673f02c468c394afffa972e51fcf266ebd

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy