Skip to content

Commit 9835dd4

Browse files
committed
chore: Reset bottom drawer to side (to make integ tests pass)
1 parent f4ba4af commit 9835dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/app-layout/utils/external-widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const AutoIncrementCounter: React.FC<{
138138
awsuiPlugins.appLayout.registerDrawer({
139139
id: 'circle-global',
140140
type: 'global',
141-
position: 'bottom',
141+
position: 'side',
142142
defaultActive: false,
143143
resizable: true,
144144
defaultSize: 350,

0 commit comments

Comments
 (0)