remove testing things
This commit is contained in:
parent
50b02395da
commit
2c7b8359c9
1 changed files with 0 additions and 15 deletions
|
|
@ -38,16 +38,6 @@
|
|||
<buttonPrimary buttonText="Primary" loaderColor="white" sizeInRem="1" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col my-3 d-flex align-items-center">
|
||||
<buttonPrimary
|
||||
buttonText="Primary"
|
||||
loaderColor="white"
|
||||
sizeInRem="1"
|
||||
@click="onClick"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col my-3 d-flex align-items-center">
|
||||
<buttonSecondary
|
||||
|
|
@ -449,10 +439,5 @@ export default {
|
|||
years: [2023, 2022, 2021, 2020],
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
onClick() {
|
||||
this.$router.navigate("SELECTED_YEAR", this.$route);
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue