Skip to content

Commit

Permalink
DEV: Remove updated modals from KNOWN_LEGACY_MODALS (#23239)
Browse files Browse the repository at this point in the history
`KNOWN_LEGACY_MODALS` now correctly reflects the remaining modals to be upgraded to the component based Modal API
  • Loading branch information
janzenisaac committed Aug 24, 2023
1 parent d10e9a6 commit d7538d7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/assets/javascripts/discourse/app/services/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d7538d7

Please sign in to comment.