fix master

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-08-11 19:38:48 +02:00
parent 380dbfa75f
commit 1311abcc5c
2 changed files with 7 additions and 3 deletions
@@ -100,9 +100,8 @@ export const RepoUrlPicker = ({
return await scaffolderApi.getIntegrationsList({ allowedHosts });
});
const { host, owner, repo, organization, workspace, project } = splitFormData(
formData,
);
const { host, owner, repo, organization, workspace, project } =
splitFormData(formData);
const updateHost = useCallback(
(evt: React.ChangeEvent<{ name?: string; value: unknown }>) => {
onChange(
+5
View File
@@ -18659,6 +18659,11 @@ luxon@2.0.2, luxon@^2.0.2:
resolved "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz#11f2cd4a11655fdf92e076b5782d7ede5bcdd133"
integrity sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==
luxon@^1.27.0:
version "1.28.0"
resolved "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==
lz-string@^1.4.4:
version "1.4.4"
resolved "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"