Skip to content

fix(site): only show method warning if some template is using it #14565

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

Merged
merged 8 commits into from
Sep 6, 2024
Prev Previous commit
Update storybookUtils.ts
  • Loading branch information
BrunoQuaresma authored Sep 6, 2024
commit db9c136c8253176302942dd5c24e3c1727caccc7
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const baseMeta = {
},
email: {
smarthost: "smtp.example.com",
from: "localhost",
from: "bob@localhost",
hello: "localhost",
},
},
Expand Down
Loading