Fix parsing errors
This commit is contained in:
parent
2be40ad08a
commit
b501665971
5 changed files with 6 additions and 6 deletions
|
@ -187,4 +187,4 @@ export default class PersistedElement extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
export const getPersistKey = (appId: string) => 'widget_' + appId;
|
||||
export const getPersistKey = (appId) => 'widget_' + appId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue