From 866f8d034aea33b0886e65d076d2e5673fc776b8 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 27 Oct 2019 18:45:49 +0000 Subject: [PATCH] Switched to for glyphs and sprites --- src/components/modals/SettingsModal.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/modals/SettingsModal.jsx b/src/components/modals/SettingsModal.jsx index de4ced5..77d858b 100644 --- a/src/components/modals/SettingsModal.jsx +++ b/src/components/modals/SettingsModal.jsx @@ -6,6 +6,7 @@ import InputBlock from '../inputs/InputBlock' import ArrayInput from '../inputs/ArrayInput' import NumberInput from '../inputs/NumberInput' import StringInput from '../inputs/StringInput' +import UrlInput from '../inputs/UrlInput' import SelectInput from '../inputs/SelectInput' import EnumInput from '../inputs/EnumInput' import ColorField from '../fields/ColorField' @@ -100,7 +101,7 @@ class SettingsModal extends React.Component { /> - -