ソースを参照

example of readonly (#25220)

tags/2.0.0-beta.2^2
Asuka Minato 1ヶ月前
コミット
95eac7f7f0
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      web/app/components/app/type-selector/index.tsx

+ 1
- 1
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 <div className={cn(

読み込み中…
キャンセル
保存