mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
chore: Add a feature toggle for account seeding (#5369)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<% if !Rails.env.production? %>
|
||||
<% if !Rails.env.production? || ENV.fetch('ENABLE_ACCOUNT_SEEDING', nil) %>
|
||||
<section class="main-content__body">
|
||||
<hr/>
|
||||
<%= form_for([:seed, namespace, page.resource], method: :post, html: { class: "form" }) do |f| %>
|
||||
|
||||
Reference in New Issue
Block a user