chore: Update Layout component to adjust width for model selection
This commit is contained in:
parent
620b2b88f5
commit
721fad18c2
@ -136,7 +136,7 @@ export default function OptionLayout({
|
|||||||
}
|
}
|
||||||
showSearch
|
showSearch
|
||||||
placeholder={t("common:selectAModel")}
|
placeholder={t("common:selectAModel")}
|
||||||
className="w-64 "
|
className="w-72"
|
||||||
options={models?.map((model) => ({
|
options={models?.map((model) => ({
|
||||||
label: (
|
label: (
|
||||||
<span
|
<span
|
||||||
|
Loading…
x
Reference in New Issue
Block a user