fix: do not show configuration changed if config_hash is null
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
				
			|||||||
            <x-forms.button type="submit">
 | 
					            <x-forms.button type="submit">
 | 
				
			||||||
                Save
 | 
					                Save
 | 
				
			||||||
            </x-forms.button>
 | 
					            </x-forms.button>
 | 
				
			||||||
            @if ($isConfigurationChanged)
 | 
					            @if ($isConfigurationChanged && !is_null($application->config_hash))
 | 
				
			||||||
                <div class="font-bold text-warning">Configuration not applied to the running application. You need to
 | 
					                <div class="font-bold text-warning">Configuration not applied to the running application. You need to
 | 
				
			||||||
                    redeploy.</div>
 | 
					                    redeploy.</div>
 | 
				
			||||||
            @endif
 | 
					            @endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user