update plugin's package.json
Summary: For all plugins: - move static fields `title`, `id` and `icon` to `package.json` - adds "bugs" field for all plugins containing links to support groups/oncalls. Reviewed By: priteshrnandgaonkar Differential Revision: D13417286 fbshipit-source-id: 7b341176915f3ed7b473b95c1d879f21d7d634ef
This commit is contained in:
committed by
Facebook Github Bot
parent
c9b982b182
commit
1fc73ad2fb
@@ -22,14 +22,14 @@ type RowData = {
|
||||
id: ID,
|
||||
};
|
||||
|
||||
type Props<T> = {
|
||||
type Props<T> = {|
|
||||
method: string,
|
||||
resetMethod?: string,
|
||||
columns: TableColumns,
|
||||
columnSizes: TableColumnSizes,
|
||||
renderSidebar: (row: T) => any,
|
||||
buildRow: (row: T) => any,
|
||||
};
|
||||
|};
|
||||
|
||||
type PersistedState<T> = {|
|
||||
rows: TableRows,
|
||||
|
||||
Reference in New Issue
Block a user