settings
This commit is contained in:
parent
b141294d31
commit
439fb1bea9
|
@ -69,6 +69,8 @@ const fieldsConfig = {
|
|||
};
|
||||
|
||||
export default function Settings({ flow }) {
|
||||
console.log(flow);
|
||||
|
||||
return (
|
||||
<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">
|
||||
|
|
Reference in New Issue