Remove toast

This commit is contained in:
Owen
2025-09-15 14:32:36 -07:00
parent 97f22eccbb
commit bc78b95265

View File

@@ -410,10 +410,6 @@ export default function Page() {
const id = res.data.data.resourceId;
setResourceId(id);
toast({
description: `Subdomain: ${sanitizedSubdomain}`,
});
// Create targets if any exist
if (targets.length > 0) {
try {