back page update
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user