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 398665c commit 845b99e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ AvailableVariablesDialogProps
label={t('Builtin variables')}
value="1"
/>
<Tab
{uriVariable && <Tab
sx={{ textTransform: 'none' }}
label={t('Custom variables')}
value="2"
/>
/>}
</TabList>
<DialogContent>
<TabPanel
Expand Down Expand Up @@ -161,7 +161,7 @@ AvailableVariablesDialogProps
})}
</List>
</TabPanel>
<TabPanel
{uriVariable && <TabPanel
value="2"
style={{ maxHeight: '100%', overflow: 'auto', padding: 0 }}
>
Expand Down Expand Up @@ -193,7 +193,7 @@ AvailableVariablesDialogProps
</div>
))}
</List>
</TabPanel>
</TabPanel>}
</DialogContent>
</TabContext>

Expand Down

0 comments on commit 845b99e

Please sign in to comment.