Skip to content

Commit 6a92d84

Browse files
committed
add a placeholder
1 parent a0cbe77 commit 6a92d84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • app/[locale]/dashboard/organization/[organizationId]/dataset/[id]/edit/components

app/[locale]/dashboard/organization/[organizationId]/dataset/[id]/edit/components/AccessModelForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,11 @@ const AccessModelForm: React.FC<AccessModelProps> = ({
460460
<div className="flex items-end gap-6">
461461
<div className={cn(' w-3/4', styles.combobox)}>
462462
<Combobox
463-
displaySelected
463+
// displaySelected
464464
label={'Select Fields of the Resource'}
465465
list={availableResources}
466466
selectedValue={selectedFields}
467+
placeholder={`${selectedResources.length} resources selected`}
467468
name={''}
468469
helpText={
469470
'Only Resources added will be part of this Access Type. After adding select the Fields and Rows to be included'

0 commit comments

Comments
 (0)