Skip to content

Commit

Permalink
add todo comment on select disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasilva authored Oct 28, 2024
1 parent 178547f commit 61cc219
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export default function AiImageModal( {
value={ style }
options={ styles }
onChange={ updateStyle }
// TODO: disable when necessary
// disabled={ isBusy || requireUpgrade }
/>
</div>
Expand Down

0 comments on commit 61cc219

Please sign in to comment.