We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082b297 commit 90bcdf6Copy full SHA for 90bcdf6
gui/package.json
@@ -65,7 +65,6 @@
65
"primeflex": "^3.3.1",
66
"primeicons": "^7.0.0",
67
"primevue": "4.0.0-beta.3",
68
- "square": "^38.1.0",
69
"vee-validate": "4.12.8",
70
"vite-plugin-monaco-editor": "^1.1.0",
71
"vue": "^3.2.41",
gui/src-ios/ios.md
@@ -91,6 +91,3 @@ NSPushNotificationsUsageDescription: ZTM will run in the background
91
</array>
92
</dict>
93
94
-
95
96
-[](https://developer.squareup.com/settings/notifications)
gui/src/views/mesh/MeshJoin.vue
@@ -70,7 +70,6 @@ const commit = () => {
});
}
72
onMounted(() => {
73
- // location.href = 'https://localhost:8000/pay.html'
74
if(!!props.pid){
75
permitType.value = "Form";
76
loaddata()
0 commit comments