✨ Add propagation for service name to service icon
This commit is contained in:
@@ -8,11 +8,12 @@ interface TileMenuProps {
|
||||
|
||||
export const ServiceMenu = ({ service }: TileMenuProps) => {
|
||||
const handleClickEdit = () => {
|
||||
openContextModalGeneric<{ service: ServiceType }>({
|
||||
openContextModalGeneric<{ service: ServiceType; allowServiceNamePropagation: boolean }>({
|
||||
modal: 'editService',
|
||||
size: 'xl',
|
||||
innerProps: {
|
||||
service,
|
||||
allowServiceNamePropagation: false,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user