Skip to content

Commit

Permalink
fix: reset the port in compose memory popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Meng-20 committed Aug 21, 2024
1 parent dad726c commit 2ee38b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/components/Appliance/ComposeMemoryButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default {
},
qoSs: [Qos.NUMBER_1, Qos.NUMBER_2, Qos.NUMBER_4, Qos.NUMBER_8],
showQoS: Qos.NUMBER_1,
showPort: "port0",
showPort: "",
partialSuccess: "",
newMemoryId: "", // Be used on success popup
Expand Down

0 comments on commit 2ee38b3

Please sign in to comment.