Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(modal): remove non existant cls-panel option #1014

Merged
merged 1 commit into from
Mar 16, 2023

Commits on Mar 16, 2023

  1. fix(modal): remove non existant cls-panel option

    The 'clsPanel' option got renamed to 'selPanel' which indicates the
    real usage of it. It's not a css class which will be added for user
    specifics, but it is a selector for the modal internally. It won't
    set any classes on the modal element and should be removed from the
    ember component arguments as well.
    derrabauke committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    82881d8 View commit details
    Browse the repository at this point in the history