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">
|
<template lang="html">
|
||||||
<modal
|
<modal title="Settings">
|
||||||
title="Settings"
|
|
||||||
action-text="Save"
|
|
||||||
@action="save"
|
|
||||||
>
|
|
||||||
<gravatar :email="user.email" class="avatar" />
|
<gravatar :email="user.email" class="avatar" />
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in a new issue