mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-04 18:28:54 -06:00
fix: survey inactive layout (#1768)
This commit is contained in:
committed by
GitHub
parent
ee8edbd547
commit
413a3a92cb
@@ -1,3 +1,3 @@
|
||||
export default async function SurveyLayout({ children }) {
|
||||
return <div>{children}</div>;
|
||||
return <div className="h-full">{children}</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user