Skip to content

Commit

Permalink
fix extension compile
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 13, 2024
1 parent 34e5e2f commit fe119a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class AutopostIngestRuleEditor extends React.PureComponent<IProps, IState
};
}

updateAttributes<T extends keyof IExtraAttributes>(field: T, value: IExtraAttributes[T]) {
updateAttributes<T extends keyof IExtraAttributes>(field: T, value?: IExtraAttributes[T]) {
this.props.updateRule({
...this.props.rule,
actions: {
Expand Down

0 comments on commit fe119a9

Please sign in to comment.