Skip to content

Commit

Permalink
Merge pull request #357 from aws-samples/xuhan-aics
Browse files Browse the repository at this point in the history
refactor: update scenario label in const.ts
  • Loading branch information
IcyKallen committed Aug 22, 2024
2 parents 96ba883 + 5d6926b commit 886fd21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/portal/src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export const LLM_BOT_USER_PROFILE_LIST: SelectProps.Option[] = [

export const SCENARIO_LIST: SelectProps.Option[] = [
{
label: 'admin',
value: 'admin',
label: 'common',
value: 'common',
},
];

Expand Down

0 comments on commit 886fd21

Please sign in to comment.