mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
removed dropdown for all apps
This commit is contained in:
parent
7f0a3b145f
commit
016ae90f38
1 changed files with 10 additions and 8 deletions
|
|
@ -171,14 +171,16 @@ function AddEditResourcePermissionsModal({
|
|||
</div>
|
||||
</label>
|
||||
</OverlayTrigger>
|
||||
<AppsSelect
|
||||
disabled={!isCustom}
|
||||
allowSelectAll={true}
|
||||
value={selectedApps}
|
||||
onChange={setSelectedApps}
|
||||
options={addableApps}
|
||||
data-value="test"
|
||||
/>
|
||||
{isCustom && (
|
||||
<AppsSelect
|
||||
disabled={!isCustom}
|
||||
allowSelectAll={true}
|
||||
value={selectedApps}
|
||||
onChange={setSelectedApps}
|
||||
options={addableApps}
|
||||
data-value="test"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</ModalBase>
|
||||
|
|
|
|||
Loading…
Reference in a new issue