최대 입력 값에 도달하면 테마 객체 설정의 드롭다운 설정에서 SVG 아이콘 누락 오류 발생

I noticed several warnings about a missing empty icon in my browser console.

The icon “” is missing from the SVG subset

These were triggered when the icon was hidden on the dropdown in my theme’s object settings because the max input was reached.

Sample setting.yml of a theme component for reproduction:

dropdown_settings:
  type: objects
  default: []
  schema:
    name: test
    properties:
      max_2:
        type: categories
        validations:
          max: 2
      max_1:
        type: groups
        validations:
          max: 1
      max_3:
        type: tags
        validations:
          max: 3
2개의 좋아요

Thanks @Moin! Should be fixed with:

https://github.com/discourse/discourse/pull/36796

2개의 좋아요