DEV: Remove updated modals from KNOWN_LEGACY_MODALS (#23239)
`KNOWN_LEGACY_MODALS` now correctly reflects the remaining modals to be upgraded to the component based Modal API
This commit is contained in:
parent
d10e9a6c1d
commit
d7538d7c99
|
@ -14,9 +14,6 @@ const KNOWN_LEGACY_MODALS = [
|
|||
"associate-account-confirm",
|
||||
"auth-token",
|
||||
"avatar-selector",
|
||||
"bulk-change-category",
|
||||
"bulk-notification-level",
|
||||
"bulk-progress",
|
||||
"change-owner",
|
||||
"change-post-notice",
|
||||
"create-account",
|
||||
|
@ -30,21 +27,15 @@ const KNOWN_LEGACY_MODALS = [
|
|||
"flag",
|
||||
"grant-badge",
|
||||
"group-default-notifications",
|
||||
"history",
|
||||
"ignore-duration-with-username",
|
||||
"ignore-duration",
|
||||
"login",
|
||||
"move-to-topic",
|
||||
"post-enqueued",
|
||||
"publish-page",
|
||||
"raw-email",
|
||||
"reject-reason-reviewable",
|
||||
"reorder-categories",
|
||||
"request-group-membership-form",
|
||||
"share-and-invite",
|
||||
"tag-upload",
|
||||
"topic-summary",
|
||||
"user-status",
|
||||
"admin-reseed",
|
||||
"admin-color-scheme-select-base",
|
||||
"admin-form-template-validation-options",
|
||||
|
|
Loading…
Reference in New Issue