From 47f3c0e6b0768c132f4feb3e46a993f89a06b0d1 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Thu, 5 Nov 2020 11:07:19 -0600 Subject: [PATCH] Add placeholder save button to my team page --- .../src/components/pages/MyTeam.component.js | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/frontend/src/components/pages/MyTeam.component.js b/frontend/src/components/pages/MyTeam.component.js index dbc332b..3976d36 100644 --- a/frontend/src/components/pages/MyTeam.component.js +++ b/frontend/src/components/pages/MyTeam.component.js @@ -8,6 +8,9 @@ const template = `

My Team -

+
+ {{ save_text }} +
{ + this.save_text = 'All changes saved.' + }, 2000) + } } export default MyTeamComponent