Skip to content

Commit

Permalink
Add default props for AscsErsClusterDetails (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Nov 17, 2023
1 parent 02b6c12 commit a45d7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/components/ClusterDetails/AscsErsClusterDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ function AscsErsClusterDetails({
details,
catalog,
lastExecution,
onStartExecution,
navigate,
onStartExecution = () => {},
navigate = () => {},
}) {
const [enrichedSapSystems, setEnrichedSapSystems] = useState([]);
const [currentSapSystem, setCurrentSapSystem] = useState(null);
Expand Down

0 comments on commit a45d7e1

Please sign in to comment.