feat: quick fix for messageing in refresh
This commit is contained in:
parent
c3e73779b7
commit
64695706c1
|
|
@ -51,8 +51,8 @@ export default async function Page({
|
|||
const { inBetweenSteps, id } = await data.json();
|
||||
|
||||
if (inBetweenSteps && !searchParams.refresh) {
|
||||
return redirect(`/launches?msg=Channel Refreshed&added=${provider}&continue=${id}`);
|
||||
return redirect(`/launches?added=${provider}&continue=${id}`);
|
||||
}
|
||||
|
||||
return redirect(`/launches?added=${provider}&msg=Channel Added`);
|
||||
return redirect(`/launches?added=${provider}&msg=Channel Updated`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue