mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Remove modal action from settings modal
This commit is contained in:
parent
2cdf0d9465
commit
41e3122a71
1 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
|||
<template lang="html">
|
||||
<modal
|
||||
title="Settings"
|
||||
action-text="Save"
|
||||
@action="save"
|
||||
>
|
||||
<modal title="Settings">
|
||||
<gravatar :email="user.email" class="avatar" />
|
||||
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue