Skip to content

Commit 1521526

Browse files
authored
Merge pull request #715 from amvanbaren/bugfix/namespace-change-dialog-trailing-space
remove trailing space
2 parents 704e7c3 + a1180fc commit 1521526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/pages/admin-dashboard/namespace-change-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
props.onClose();
5454
};
5555
const onInfoDialogClose = () => {
56-
onClose();
56+
onClose();
5757
setInfoDialogIsOpen(false);
5858
};
5959
const onRemoveOldNamespaceChange = (event: React.ChangeEvent, checked: boolean) => {

0 commit comments

Comments
 (0)