mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 12:27:49 +00:00
refactor: remove console log from WebDomain component
This commit is contained in:
@@ -80,7 +80,6 @@ export const WebDomain = () => {
|
||||
const domain = form.watch("domain") || "";
|
||||
const host = data?.user?.host || "";
|
||||
const hasChanged = domain !== host;
|
||||
console.log(domain, host);
|
||||
useEffect(() => {
|
||||
if (data) {
|
||||
form.reset({
|
||||
|
||||
Reference in New Issue
Block a user