Fix map settings redirection

This commit is contained in:
Senén Rodero Rodríguez
2023-11-27 14:22:15 +01:00
committed by Javi Martín
parent cb91a7421d
commit 91c3bde36b
5 changed files with 19 additions and 2 deletions

View File

@@ -1,2 +1,7 @@
class Admin::Settings::MapFormComponent < ApplicationComponent
attr_reader :tab
def initialize(tab: nil)
@tab = tab
end
end