diff --git a/web/dashboard/src/components/settings/settings-shop-panel.tsx b/web/dashboard/src/components/settings/settings-shop-panel.tsx
index 5dc41ff..ef6477e 100644
--- a/web/dashboard/src/components/settings/settings-shop-panel.tsx
+++ b/web/dashboard/src/components/settings/settings-shop-panel.tsx
@@ -366,6 +366,26 @@ export function SettingsShopPanel({ cafeId }: SettingsShopPanelProps) {
>
ذخیره موقعیت
+
{(latInput || lngInput) && (
{isError ? (
- {t("loadFailed")}
+ {apiError(error, t("loadFailed"))}