Forgot a label for the data property.

This commit is contained in:
Colin Kuskie 2010-02-15 13:47:54 -08:00
parent 1473013dc6
commit 199f659d32

View file

@ -21,7 +21,7 @@ aspect tableName => 'DataTable';
property data => ( property data => (
fieldType => 'DataTable', fieldType => 'DataTable',
default => undef, default => undef,
autoGenerate => 0, label => '',
); );
property templateId => ( property templateId => (
tab => "display", tab => "display",