mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 16:26:39 +00:00
Remove toast
This commit is contained in:
@@ -410,10 +410,6 @@ export default function Page() {
|
|||||||
const id = res.data.data.resourceId;
|
const id = res.data.data.resourceId;
|
||||||
setResourceId(id);
|
setResourceId(id);
|
||||||
|
|
||||||
toast({
|
|
||||||
description: `Subdomain: ${sanitizedSubdomain}`,
|
|
||||||
});
|
|
||||||
|
|
||||||
// Create targets if any exist
|
// Create targets if any exist
|
||||||
if (targets.length > 0) {
|
if (targets.length > 0) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user