Skip to content

Commit

Permalink
open dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Oct 20, 2023
1 parent 53ddd7b commit 5de7a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/OpenModelControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function OpenModelDialog({isDialogDisplayed, setIsDialogDisplayed, fileOpen, org
<SampleModelFileSelector setIsDialogDisplayed={setIsDialogDisplayed}/>
{isAuthenticated ?
<Stack>
<Typography variant='body1' sx={{margin: '14px 0px 20px 0px'}}>PROJECTS</Typography>
<Typography variant='h6' sx={{margin: '14px 0px 20px 0px', fontWeight: 400}}>PROJECTS</Typography>
<Selector label={'Organization'} list={orgNamesArrWithAt} selected={selectedOrgName} setSelected={selectOrg}/>
<Selector label={'Repository'} list={repoNamesArr} selected={selectedRepoName} setSelected={selectRepo} testId={'Repository'}/>
<Selector label={'File'} list={filesArr} selected={selectedFileName} setSelected={setSelectedFileName} testId={'File'}/>
Expand Down

0 comments on commit 5de7a84

Please sign in to comment.