This commit is contained in:
@@ -119,7 +119,9 @@ export default {
|
||||
async getReportChoice(vm, reports) {
|
||||
const result = await vm.$dialog.showAndWait(reportChooser, {
|
||||
reports: reports,
|
||||
title: "MYTITLE"
|
||||
title: "Choose a report",
|
||||
oktext: "PrintIt!",
|
||||
canceltext: "fuckthisshit"
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user