mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Sites & Network Finally Statement
This commit is contained in:
@@ -32,6 +32,9 @@ export default function AddSite({ onSiteAdded }: AddSiteProps) {
|
||||
}
|
||||
} catch (apiError: any) {
|
||||
setError(apiError)
|
||||
} finally {
|
||||
setName("")
|
||||
setDescription("")
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user