Skip to content

Commit

Permalink
fix: export btn destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin committed Aug 10, 2023
1 parent 7222dfc commit 57bd90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/node/NodePlane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const exportAndOpenModal = () => {
axios
.post('/terraform/usertf', exportData.value)
.then((res) => {
btnData.value = 'run';
btnData.value = 'destroy';
btnType.value = 'success';
btnMsg.value = 'tf 생성 완료';
btnLoader.value = false;
Expand Down

0 comments on commit 57bd90e

Please sign in to comment.