take "orderType" from url

This commit is contained in:
2025-10-28 20:29:16 +03:00
parent 85ec18f6bb
commit ad9c9ce516
4 changed files with 41 additions and 17 deletions

View File

@@ -163,11 +163,8 @@ export default function AddressPage() {
}}
>
<Link
to={`/${id}/menu?orderType=delivery`}
to={`/${id}/menu?orderType=${OrderType.Delivery}`}
style={{ width: "100%" }}
onClick={() => {
localStorage.setItem("orderType", OrderType.Delivery);
}}
>
<Button
type="primary"