This commit is contained in:
j 2023-09-03 11:50:05 +01:00
parent 6252e27f6c
commit fb6c862b88

View file

@ -26,7 +26,7 @@ Ox.FormPanel = function(options, self) {
if (self.options.section === null) { if (self.options.section === null) {
self.options.section = self.options.form[0].id; self.options.section = self.options.form[0].id;
} }
self.section = Ox.getIndexById(self.options.form, self.optoins.section); self.section = Ox.getIndexById(self.options.form, self.options.section);
self.sectionTitle = self.options.form[self.section].title; self.sectionTitle = self.options.form[self.section].title;
self.$list = Ox.TableList({ self.$list = Ox.TableList({
columns: [ columns: [