@@ -140,7 +140,6 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
const onSubmit = handleSubmit(async (data) => {
try {
- console.log("submitting!")
setDeployError("");
const validatedAppProto = await validateApp(data);
setValidatedAppProto(validatedAppProto);
@@ -54,7 +54,7 @@ const CustomDomains: React.FC<Props> = ({ index }) => {
</>
)}
<Button
- type="button" // this is required so that CreateApp.tsx doesn't try to submit the form onClick lol
+ type="button" // this is required so that CreateApp.tsx doesn't try to submit the form onClick
onClick={() => {
append({
name: {