mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
fix: Correct syntax error in EditSlackConnectorConfigForm
Removes an extraneous closing JSX fragment tag (`</>`) at the end of the file `surfsense_web/components/editConnector/EditSlackConnectorConfigForm.tsx` that was causing a compilation error.
This commit is contained in:
parent
4bf09b8bde
commit
ac4bc76d4e
1 changed files with 0 additions and 1 deletions
|
|
@ -198,4 +198,3 @@ const EditSlackConnectorConfigForm: React.FC<EditSlackConnectorConfigFormProps>
|
||||||
};
|
};
|
||||||
|
|
||||||
export default EditSlackConnectorConfigForm;
|
export default EditSlackConnectorConfigForm;
|
||||||
</>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue