Skip to content

Commit 69b4e71

Browse files
authored
Don't default dependencies to 'latest' (codesandbox#414)
1 parent 92ecaff commit 69b4e71

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/store/entities/sandboxes/actions

1 file changed

+1
-1
lines changed

packages/app/src/app/store/entities/sandboxes/actions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export default {
239239
) => {
240240
const sandboxId = await dispatch(maybeForkSandbox(id));
241241

242-
const realVersion = version || 'latest';
242+
const realVersion = version;
243243
const realName = dependency.toLowerCase();
244244

245245
const result = await dispatch(

0 commit comments

Comments
 (0)