Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
poolsar42 committed Jun 6, 2023
1 parent 31f56e6 commit 539d4df
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 124 deletions.
4 changes: 2 additions & 2 deletions apps/console/app/routes/apps/$clientId/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export default function AppDetailIndexPage() {
<div className="sm:mb-[1.755rem]" />
</div>

<div className="flex-1">
<div className="flex-1 lg:max-w-[50vw] max-w-full">
<MultiSelect
label="Allowed scope*"
disabled={false}
Expand Down Expand Up @@ -467,7 +467,7 @@ export default function AppDetailIndexPage() {
experimental: value.experimental,
}
})}
selectedItems={appDetails.app.scopes?.map((scope) => {
preselectedItems={appDetails.app.scopes?.map((scope) => {
const meta = scopeMeta[scope]
return {
id: scope,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
}

const Template = (args) => (
<div className='w-[465px]'>
<div className='w-[500px]'>
<MultiSelect {...args} />
</div>
)
Expand Down
Loading

0 comments on commit 539d4df

Please sign in to comment.