Skip to content

Commit

Permalink
docs(modal): update component deprecation message to v4 (#9925)
Browse files Browse the repository at this point in the history
**Related Issue:** #9923

## Summary

Updates `modal`'s deprecation message, which is removal in v4.
  • Loading branch information
geospatialem authored and benelan committed Aug 2, 2024
1 parent 0df2b02 commit 5d576cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/components/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let initialDocumentOverflowStyle: string = "";

logger.deprecated("component", {
name: "modal",
removalVersion: 3,
removalVersion: 4,
suggested: "dialog",
});

Expand Down

0 comments on commit 5d576cf

Please sign in to comment.