diff --git a/source/UI/js/Form/FormPanel.js b/source/UI/js/Form/FormPanel.js index ca9f22f2..5b3da686 100644 --- a/source/UI/js/Form/FormPanel.js +++ b/source/UI/js/Form/FormPanel.js @@ -26,7 +26,7 @@ Ox.FormPanel = function(options, self) { if (self.options.section === null) { 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.$list = Ox.TableList({ columns: [