Skip to content

Commit

Permalink
Remove create customer button (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
macifell authored Feb 14, 2024
1 parent 521d41c commit f56fefd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16.20.1
7 changes: 0 additions & 7 deletions components/user-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,6 @@
<h1 class="title my-0 is-4">
Unknown User
</h1>

<b-button
type="is-primary"
@click="$emit('create')"
>
Create User
</b-button>
</div>
</div>
</template>
Expand Down

0 comments on commit f56fefd

Please sign in to comment.