mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 11:08:04 +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"> | <section class="main-content__body"> | ||||||
|  <hr/> |  <hr/> | ||||||
|   <%= form_for([:seed, namespace, page.resource], method: :post, html: { class: "form" }) do |f| %> |   <%= form_for([:seed, namespace, page.resource], method: :post, html: { class: "form" }) do |f| %> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sojan Jose
					Sojan Jose