You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1141 which was merged in October 2020 the title field of the ModalConfig (libs/designsystem/src/lib/components/modal/modal-wrapper/config/modal-config.ts) interface was deprecated.
We should fully remove the field. Potentially as part of v6?
However it seems that the ModalWrapperComponent still relies on config.title to display the title for the Modal:
The solution that should be made in #843 can not rely on the title being passed by config.title. Therefore this issue has to be solved before #843 can be solved.
The text was updated successfully, but these errors were encountered:
Describe the housekeeping request
In #1141 which was merged in October 2020 the
title
field of theModalConfig
(libs/designsystem/src/lib/components/modal/modal-wrapper/config/modal-config.ts
) interface was deprecated.We should fully remove the field. Potentially as part of v6?
However it seems that the
ModalWrapperComponent
still relies onconfig.title
to display the title for the Modal:We need to solve that somehow before fully removing it.
This issue blocks #843
The solution that should be made in #843 can not rely on the title being passed by
config.title
. Therefore this issue has to be solved before #843 can be solved.The text was updated successfully, but these errors were encountered: