From a9a947f81b1c1eb4b309f77a5d6cb768a6958be1 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Mon, 10 Mar 2025 17:26:43 +0100 Subject: [PATCH] Update src/template/module/journey/smallbar.pug --- src/template/module/journey/smallbar.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/template/module/journey/smallbar.pug b/src/template/module/journey/smallbar.pug index 8c4a049..c2569ea 100644 --- a/src/template/module/journey/smallbar.pug +++ b/src/template/module/journey/smallbar.pug @@ -14,11 +14,11 @@ .tooltip-text Editor .col-1 .col-1 - a.text-white.tooltip(v-on:click.prevent="toast_impexp(true)") + a.text-white.tooltip(v-on:click.prevent="toast.impexp(true, journey)") i.fas.fa-file-import .tooltip-text Import .col-1 - a.text-white.tooltip(v-on:click.prevent="toast_impexp(false)") + a.text-white.tooltip(v-on:click.prevent="toast.impexp(false, journey)") i.fas.fa-file-export .tooltip-text Export