Skip to content

Commit

Permalink
fix: notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Apr 4, 2024
1 parent db8a719 commit d252cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/deploy/Deploy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function optionToElement(option: [string, any], setConfig: (config: any)
{
option[1]?.note && (
<Icon icon="info_circle" onClick={() => {
openDialo(option[1].note)
openDialog('general', option[1].note)
}} />
)
}
Expand Down

0 comments on commit d252cbf

Please sign in to comment.