Skip to content
Snippets Groups Projects
Commit 8fd3e541 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #464 from metabase/fix_table_description_saving

Fix saving of table description
parents 969a4c9b 85abec39
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
</span>
</div>
<div class="mt2 full">
<a e-class="full" href="#" editable-text="table.description" onaftersave="console.log('nyi', $index)">
<a e-class="full" href="#" ng-class="{EditedEntity: table.description }" editable-text="table.description" onaftersave="inlineSave()">
{{table.description || "Add a description..."}}
</a>
</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