Skip to content

Commit 8006577

Browse files
committed
Update finishing.blade.php
1 parent 0975ab1 commit 8006577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/finishing.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
} else {EnvEditor::addKey('ENABLE_SOCIAL_LOGIN', 'false');}
2424
2525
if(EnvEditor::keyExists('USE_THEME_PREVIEW_IFRAME')){ /* Do nothing if key already exists */
26-
} else {EnvEditor::addKey('USE_THEME_PREVIEW_IFRAME', 'false');}
26+
} else {EnvEditor::addKey('USE_THEME_PREVIEW_IFRAME', 'true');}
2727
2828
if(trim(file_get_contents(base_path("version.json"))) >= '2.9.1' and trim(file_get_contents(base_path("version.json"))) <= '3.0.0'){
2929
Schema::disableForeignKeyConstraints();

0 commit comments

Comments
 (0)