Skip to content

Commit

Permalink
Snippets upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Jun 25, 2024
1 parent 58957af commit ce4a9de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const applySnippet = (config: RandomTypesConfig) => {
{{ snippet.name }}
</div>
<div class="btn-group">
<button class="btn btn-outline-secondary" @click="applySnippet(snippet.value)">Apply</button>
<button class="btn btn-outline-secondary" @click="removeSnippet(index)">Remove</button>
<button class="btn btn-outline-secondary" @click="applySnippet(snippet.value)">Apply</button>
</div>
</div>
</div>
Expand Down

0 comments on commit ce4a9de

Please sign in to comment.