We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cbe77 commit 6a92d84Copy full SHA for 6a92d84
1 file changed
app/[locale]/dashboard/organization/[organizationId]/dataset/[id]/edit/components/AccessModelForm.tsx
@@ -460,10 +460,11 @@ const AccessModelForm: React.FC<AccessModelProps> = ({
460
<div className="flex items-end gap-6">
461
<div className={cn(' w-3/4', styles.combobox)}>
462
<Combobox
463
- displaySelected
+ // displaySelected
464
label={'Select Fields of the Resource'}
465
list={availableResources}
466
selectedValue={selectedFields}
467
+ placeholder={`${selectedResources.length} resources selected`}
468
name={''}
469
helpText={
470
'Only Resources added will be part of this Access Type. After adding select the Fields and Rows to be included'
0 commit comments