diff --git a/web/src/lib/components/shared-components/change-location.svelte b/web/src/lib/components/shared-components/change-location.svelte index 16b6c4f039272..9af69232b834e 100644 --- a/web/src/lib/components/shared-components/change-location.svelte +++ b/web/src/lib/components/shared-components/change-location.svelte @@ -41,12 +41,13 @@ confirmColor="primary" cancelColor="secondary" title="Change Location" + width={800} on:confirm={handleConfirm} on:cancel={handleCancel} >
-
+
(); @@ -36,7 +37,8 @@ handleEscape()}>