Add support for name and description query params on ee add

This commit is contained in:
mabashian
2021-09-29 16:45:07 -04:00
parent ad24fe7017
commit 71c72f74a1

View File

@@ -29,7 +29,9 @@ function ExecutionEnvironmentAdd() {
}; };
const hubParams = { const hubParams = {
description: '',
image: '', image: '',
name: '',
}; };
history.location.search history.location.search