From fb6c862b88193d8b3b3a1ef364a225919f972b4c Mon Sep 17 00:00:00 2001 From: j Date: Sun, 3 Sep 2023 11:50:05 +0100 Subject: [PATCH] typo --- source/UI/js/Form/FormPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [