Skip to content

Commit e716b86

Browse files
committed
update path import
1 parent 73badbc commit e716b86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/FileSelector.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import schema from "@geode/opengeodeweb-front/assets/schemas/FileSelector.json"
1212
const emit = defineEmits([
1313
"update_values",
14-
"increment_current_step",
15-
"decrement_current_step",
14+
"increment_step",
15+
"decrement_step",
1616
])
1717
1818
const props = defineProps({
@@ -31,7 +31,7 @@
3131
function files_uploaded_event(value) {
3232
if (value.length) {
3333
emit("update_values", { files: value })
34-
emit("increment_current_step")
34+
emit("increment_step")
3535
}
3636
}
3737

0 commit comments

Comments
 (0)