update changeset

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-02-25 12:08:55 +01:00
parent 2bd91261a6
commit 231d0dc8df
3 changed files with 48 additions and 3 deletions
@@ -131,3 +131,6 @@ export const DocsTable = (props: DocsTableProps) => {
</>
);
};
DocsTable.columns = columnFactories;
DocsTable.actions = actionFactories;