mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 01:39:21 +00:00
Missing semicolon
This commit is contained in:
parent
b5c2015b32
commit
bbb86f5a51
@ -19,7 +19,7 @@ export interface IDirectoryWebPartProps {
|
||||
searchProps: string;
|
||||
clearTextSearchProps: string;
|
||||
pageSize: number;
|
||||
justifycontent:boolean
|
||||
justifycontent:boolean;
|
||||
}
|
||||
|
||||
export default class DirectoryWebPart extends BaseClientSideWebPart<
|
||||
|
Loading…
x
Reference in New Issue
Block a user