superset-frontend/src/dashboard/components/SaveModal.tsx
Function render
has 52 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
return (
<ModalTrigger
ref={this.modal}
triggerNode={this.props.triggerNode}
Function saveDashboard
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
saveDashboard() {
const { saveType, newDashName } = this.state;
const {
dashboardTitle,
dashboardInfo,