Skip to content
Snippets Groups Projects
Commit 03a620ed authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

FE changes to allow users to save things

parent 531d73f5
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ class AutomaticDashboardApp extends React.Component {
</div>
{savedDashboardId != null ? (
<Button className="ml-auto" disabled>{t`Saved`}</Button>
) : isAdmin ? (
) : (
<ActionButton
className="ml-auto"
success
......@@ -134,7 +134,7 @@ class AutomaticDashboardApp extends React.Component {
>
{t`Save this`}
</ActionButton>
) : null}
)}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment