This commit is contained in:
Karol Wypchlo 2021-02-18 14:44:16 +01:00
parent b141294d31
commit 439fb1bea9
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ const fieldsConfig = {
}; };
export default function Settings({ flow }) { export default function Settings({ flow }) {
console.log(flow);
return ( return (
<div className="min-h-screen bg-gray-50 flex flex-col justify-center py-12 sm:px-6 lg:px-8"> <div className="min-h-screen bg-gray-50 flex flex-col justify-center py-12 sm:px-6 lg:px-8">
<div className="sm:mx-auto sm:w-full sm:max-w-md"> <div className="sm:mx-auto sm:w-full sm:max-w-md">