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
Next Next commit
Update site/src/pages/DeploySettingsPage/NotificationsPage/Notificati…
…onEvents.stories.tsx

Co-authored-by: Danny Kopping <danny@coder.com>
  • Loading branch information
BrunoQuaresma and dannykopping authored Sep 6, 2024
commit 8cf84781afa0840e9facaafdbaf66bbfd9f920f7
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const WebhookNotConfigured: Story = {
},
email: {
smarthost: "smtp.example.com",
from: "localhost",
from: "bob@localhost",
hello: "localhost",
},
},
Expand Down
Loading