mirror of
https://github.com/pinry/pinry.git
synced 2026-02-04 21:49:26 +01:00
PinCreate: close window on success
Fixes https://github.com/pinry/pinry/issues/246
This commit is contained in:
@@ -40,10 +40,7 @@ export default {
|
||||
);
|
||||
},
|
||||
onCreated() {
|
||||
this.$buefy.dialog.alert(
|
||||
'Please turn off this page by hand since '
|
||||
+ 'Javascript has no permission to do this',
|
||||
);
|
||||
window.close();
|
||||
},
|
||||
createPin() {
|
||||
modals.openPinEdit(
|
||||
|
||||
Reference in New Issue
Block a user