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 && (<> )}