fix: fix warning msg for deprecated Grid param
This commit is contained in:
		
							parent
							
								
									e0ebd43e7a
								
							
						
					
					
						commit
						4221fa50dd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -235,7 +235,7 @@ class Grid(WuttaGrid): | |||
| 
 | ||||
|         if 'pageable' in kwargs: | ||||
|             warnings.warn("pageable param is deprecated for Grid(); " | ||||
|                           "please use vue_tagname param instead", | ||||
|                           "please use paginated param instead", | ||||
|                           DeprecationWarning, stacklevel=2) | ||||
|             kwargs.setdefault('paginated', kwargs.pop('pageable')) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue