Skip to content

Commit

Permalink
Merge pull request backstage#6793 from backstage/freben/fixx
Browse files Browse the repository at this point in the history
fix master
  • Loading branch information
timbonicus authored Aug 11, 2021
2 parents 380dbfa + 1311abc commit 0e9fef8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18659,6 +18659,11 @@ [email protected], 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"
Expand Down

0 comments on commit 0e9fef8

Please sign in to comment.