From 95eac7f7f0299f44c5304698c6986d8d0ee6c451 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Fri, 5 Sep 2025 13:41:54 +0900 Subject: [PATCH] example of readonly (#25220) --- web/app/components/app/type-selector/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/type-selector/index.tsx b/web/app/components/app/type-selector/index.tsx index 99a76d7ac..f8432ceab 100644 --- a/web/app/components/app/type-selector/index.tsx +++ b/web/app/components/app/type-selector/index.tsx @@ -103,7 +103,7 @@ export const AppTypeIcon = React.memo(({ type, className, wrapperClassName, styl return null }) -function AppTypeSelectTrigger({ values }: { values: AppSelectorProps['value'] }) { +function AppTypeSelectTrigger({ values }: { readonly values: AppSelectorProps['value'] }) { const { t } = useTranslation() if (!values || values.length === 0) { return