Skip to content

Commit

Permalink
@uppy/core: fix setOptions not re-rendereing plugin UI (#5082)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Apr 15, 2024
1 parent 5004e84 commit a4fc709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@uppy/core/src/BasePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default class BasePlugin<
}

setPluginState(update?: Partial<PluginState>): void {
if (!update) return
const { plugins } = this.uppy.getState()

this.uppy.setState({
Expand Down

0 comments on commit a4fc709

Please sign in to comment.