Parcourir la source

fix(docs): Fix list template example

Michael Bromley il y a 2 ans
Parent
commit
d6d55905f0

+ 1 - 1
docs/content/plugins/extending-the-admin-ui/creating-list-views/index.md

@@ -184,7 +184,7 @@ This is the standard layout for any list view. The main functionality is provide
     <!-- Adds a search bar -->
     <vdr-dt2-search
         [searchTermControl]="searchTermControl"
-        [searchTermPlaceholder]="Filter by title"
+        searchTermPlaceholder="Filter by title"
     />
     
     <!-- Here we define all the available columns -->