Skip to content

Commit dedcf0c

Browse files
add missing layout tag
1 parent 9bdde42 commit dedcf0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clients/dish/src/addPlugins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const addPlugins = (core, mode: keyof typeof MODE = 'EXTERN') => {
128128
displayComponent: mode === MODE.EXTERN,
129129
appearOnClick: { show: true, atZoomLevel: 6 },
130130
coordinateSource: 'plugin/addressSearch/chosenAddress',
131+
layoutTag: NineLayoutTag.TOP_LEFT,
131132
}),
132133
PolarPluginLegend({
133134
displayComponent: mode === MODE.EXTERN,

0 commit comments

Comments
 (0)