We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62dd8a commit ad6d38aCopy full SHA for ad6d38a
1 file changed
app/components/AddService.jsx
@@ -8,6 +8,7 @@ const { ipcRenderer } = window.require('electron');
8
const AddService = () => {
9
// Context used to ensure that that this page is only seen when the setup is required. Updated when user adds a database.
10
const ChronosSetup = useContext(SetupContext);
11
+
12
// Local state created for form entries ONLY.
13
const [dbState, setDbType] = useState('SQL');
14
const [uriState, setUri] = useState('');
0 commit comments