Commit e1fc1664 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Fixes `toggleDialogOpen` method. Better naming.

parent b7328d9c
......@@ -28,7 +28,7 @@ export default {
},
methods: {
dialogToggled(toggle) {
toggleDialogOpen(toggle) {
this.dialog.open = toggle;
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment