Skip to content

Commit

Permalink
fix: change frontend handling of data
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-imhof committed Dec 6, 2023
1 parent f6df6f8 commit d289f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/GenerateButton.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="container">
<button @click="sendData" id="generate_button" class="btn" type="button">Generate</button>
<input type="text" id="altText" class="text-field" v-model="altText"/>
<button @click="sendData" id="generate_button" class="btn" type="button">Generate</button>
</div>
</template>

Expand Down

0 comments on commit d289f29

Please sign in to comment.