Skip to content

Commit

Permalink
[backend] Fix uri definition variables
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Oct 16, 2024
1 parent 845b99e commit cf43b6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ AvailableVariablesDialogProps
sx={{ textTransform: 'none' }}
label={t('Custom variables')}
value="2"
/>}
/>}
</TabList>
<DialogContent>
<TabPanel
Expand Down Expand Up @@ -164,7 +164,7 @@ AvailableVariablesDialogProps
{uriVariable && <TabPanel
value="2"
style={{ maxHeight: '100%', overflow: 'auto', padding: 0 }}
>
>
<Alert severity="info">
{t('Please follow this link to')}
{/* TODO: validate when migrate to new react router version */}
Expand Down

0 comments on commit cf43b6e

Please sign in to comment.