Added image tagging back to org
This commit is contained in:
@@ -1372,6 +1372,9 @@ const AppFramework = (props) => {
|
|||||||
//const svgSize = `${40*scale}px`
|
//const svgSize = `${40*scale}px`
|
||||||
//const svgSize = `${40}px`
|
//const svgSize = `${40}px`
|
||||||
|
|
||||||
|
const foundMiddleImage = userdata !== undefined && userdata !== null && userdata.active_org !== undefined && userdata.active_org.image !== undefined && userdata.active_org.image !== null && userdata.active_org.image !== "" ? userdata.active_org.image : '/images/Shuffle_logo.png'
|
||||||
|
|
||||||
|
|
||||||
const fontSize = `${12*scale}px`
|
const fontSize = `${12*scale}px`
|
||||||
const defaultSize = `${85*scale}px`
|
const defaultSize = `${85*scale}px`
|
||||||
const iconSize = `${45*scale}px`
|
const iconSize = `${45*scale}px`
|
||||||
@@ -1614,6 +1617,7 @@ const AppFramework = (props) => {
|
|||||||
isValid: true,
|
isValid: true,
|
||||||
errors: [],
|
errors: [],
|
||||||
middle_node: true,
|
middle_node: true,
|
||||||
|
large_image: foundMiddleImage,
|
||||||
},
|
},
|
||||||
renderedPosition: {
|
renderedPosition: {
|
||||||
x: baselocationX,
|
x: baselocationX,
|
||||||
|
|||||||
Reference in New Issue
Block a user