From c708ec3b9a2eedf8f41453a57298a13df58f6e18 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 30 Apr 2024 19:42:34 -0500 Subject: [PATCH] CE-882 - Better handling of stupidly long titles --- src/qqq/components/sharing/ShareModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qqq/components/sharing/ShareModal.tsx b/src/qqq/components/sharing/ShareModal.tsx index 3bfa7f4..634b579 100644 --- a/src/qqq/components/sharing/ShareModal.tsx +++ b/src/qqq/components/sharing/ShareModal.tsx @@ -369,15 +369,15 @@ export default function ShareModal({open, onClose, tableMetaData, record}: Share {/* header */} - + Share {tableMetaData.label}: {record?.recordLabel ?? record?.values?.get(tableMetaData.primaryKeyField) ?? "Unknown"} - + {/* todo move to helpContent (what do we attach the meta-data too??) */} Select a user or a group to share this record with. {/*You can choose if they should only be able to Read the record, or also make Edits to it.*/} - + {alert && setAlert(null)}>{alert}} {statusString} {!alert && !statusString && (<> )}