mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
bug fix
This commit is contained in:
parent
1cb632b561
commit
d23092ca8a
@ -13,7 +13,7 @@ interface ConstraintAccordionHeaderActionsProps {
|
||||
export const ConstraintAccordionHeaderActions = ({
|
||||
onEdit,
|
||||
onDelete,
|
||||
disableEdit = false
|
||||
disableEdit = false,
|
||||
}: ConstraintAccordionHeaderActionsProps) => {
|
||||
const { classes: styles } = useStyles();
|
||||
const onEditClick =
|
||||
|
@ -105,7 +105,11 @@ export const ConstraintAccordionList = forwardRef<
|
||||
<div>
|
||||
<p>
|
||||
Add any number of custom constraints
|
||||
<a href={'https://docs.getunleash.io/advanced/strategy_constraints'}>
|
||||
<a
|
||||
href={
|
||||
'https://docs.getunleash.io/advanced/strategy_constraints'
|
||||
}
|
||||
>
|
||||
<IconButton>
|
||||
<Help />
|
||||
</IconButton>
|
||||
|
@ -70,8 +70,8 @@ export const ConstraintAccordionViewHeaderMultipleValues = ({
|
||||
}
|
||||
show={
|
||||
<Tooltip title="Case sensitive is active" arrow>
|
||||
<StyledIconWrapper margintop={'auto'}>
|
||||
<CaseSensitive />{' '}
|
||||
<StyledIconWrapper>
|
||||
<CaseSensitive />
|
||||
</StyledIconWrapper>
|
||||
</Tooltip>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user