feat!: More label components and text display in modal (#11078)

BREAKING CHANGE: Modals only have adding (no setting) and splicing has been replaced with a generalised splice method to support all components.
This commit is contained in:
Jiralite
2025-09-14 09:09:56 +01:00
committed by GitHub
parent 126529f460
commit b66f52f9aa
9 changed files with 157 additions and 64 deletions

View File

@@ -23,6 +23,7 @@ const selectMenuDataWithoutOptions = {
min_values: 1,
disabled: true,
placeholder: 'test',
required: false,
} as const;
const selectMenuData: APISelectMenuComponent = {