back page update

This commit is contained in:
Samandar Turgunboyev
2025-12-03 11:00:57 +05:00
parent d4788c7cb2
commit 2fb567d93f
19 changed files with 38 additions and 34 deletions

View File

@@ -229,7 +229,7 @@ const CreatePharmacy = () => {
};
return (
<DashboardLayout>
<DashboardLayout link="/pharmacy">
<div className="max-w-3xl mx-auto space-y-6">
<h1 className="text-3xl font-bold">{"Qo'shish"}</h1>
<Form {...form}>
@@ -357,7 +357,7 @@ const CreatePharmacy = () => {
name="streets"
render={({ field }) => (
<FormItem>
<FormLabel>{"Ko'cha"}</FormLabel>
<FormLabel>{"Obyekt"}</FormLabel>
<FormControl>
<Select
key={field.value}
@@ -368,7 +368,7 @@ const CreatePharmacy = () => {
}}
>
<SelectTrigger className="w-full h-12">
<SelectValue placeholder="Ko'chalar" />
<SelectValue placeholder="Obyektlar" />
</SelectTrigger>
<SelectContent>
{streets?.map((s) => (