dcc.Graph config options

Why does this not work…? I still see the “edit graph in plotly” icon.

dcc.Graph(
id=‘blah-cfg-plot’, config = {‘showLink’ : False}
)

plotly.version
‘3.4.2’
dash.version
‘0.35.0’

EDIT: Resolved How to set plotly graph config for dcc.Graph?. modeBarButtonsToRemove helped.