Skip to content

Commit

Permalink
Do not disable deploy with env vars overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Oct 3, 2024
1 parent 70040cf commit e58aefe
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<template>
<vscode-button
:data-automation="`deploy-button`"
:disabled="
!haveResources ||
isConfigInError ||
home.publishInProgress ||
home.duplicatedEnvironmentVariables.length
"
:disabled="!haveResources || isConfigInError || home.publishInProgress"
@click="deploy"
>
Deploy Your Project
Expand Down

0 comments on commit e58aefe

Please sign in to comment.