Skip to content

Commit 9c302c9

Browse files
committed
chore: [PROD-14182] in UpdateDatasetDialog, mark selectedRunner prop as not required to avoid console errors at subdataset creation
1 parent ccc0e24 commit 9c302c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/DatasetManager/components/UpdateDatasetButton/components/UpdateDatasetDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ UpdateDatasetDialog.propTypes = {
7070
open: PropTypes.bool.isRequired,
7171
closeDialog: PropTypes.func.isRequired,
7272
dataset: PropTypes.object.isRequired,
73-
selectedRunner: PropTypes.object.isRequired,
73+
selectedRunner: PropTypes.object,
7474
};

0 commit comments

Comments
 (0)