fixed issue in module store
This commit is contained in:
parent
18aade6878
commit
8116a18b26
|
@ -11,6 +11,7 @@ class Admin::ModuleStoreController < OrbitBackendController
|
|||
end
|
||||
@downloaded_extensions = get_downloaded_extension
|
||||
else
|
||||
@store_confirmation = true
|
||||
@extensions = []
|
||||
@downloaded_extensions = get_downloaded_extension
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue