mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-05 10:36:06 -06:00
updated comment
This commit is contained in:
@@ -63,7 +63,7 @@ const Page = async ({ params, searchParams }: LinkSurveyPageProps) => {
|
||||
const isSingleUseSurvey = survey.singleUse?.enabled;
|
||||
|
||||
if (redirectUrl) {
|
||||
// if redirectUrl exist in params and if its valid, we overwrite the redirect url of survey if it exist
|
||||
// if redirectUrl exist in params and if its valid, we overwrite the redirect url of survey
|
||||
survey.redirectUrl = redirectUrl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user