mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
chaneged target to _parent
This commit is contained in:
parent
d86e1c0ac7
commit
c6698dc27d
@ -26,7 +26,7 @@ export const PopupButton = ({
|
||||
const parameter = get(item, parameterField ?? 'id')
|
||||
|
||||
return (
|
||||
<Link to={`${url}/${parameter || item?.id}?${params}`}>
|
||||
<Link to={`${url}/${parameter || item?.id}?${params}`} target='_parent'>
|
||||
<button
|
||||
style={{
|
||||
backgroundColor: `${item?.color ?? (item && (getItemTags(item) && getItemTags(item)[0] && getItemTags(item)[0].color ? getItemTags(item)[0].color : (item?.layer?.markerDefaultColor ?? '#000')))}`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user