Is there a way to remove the "Map only" tab from the print widget?
Defining the layouts it only affects the options under the Layout tab.

const print = new Print({
view,
printServiceUrl:
"https://xyz",
templateOptions: {
title: "",
nnorthArrowEnabled: true,
layout: "a3-landscape",
},
});