Add tooltip to explain why URL cannot be changed until unpublishing
This commit is contained in:
parent
ab29c10936
commit
3f7a7eda16
|
@ -55,6 +55,10 @@
|
|||
updatingModal.show()
|
||||
}}
|
||||
disabled={appDeployed}
|
||||
tooltip={appDeployed
|
||||
? "You must unpublish your app to make changes to these settings"
|
||||
: null}
|
||||
icon={appDeployed ? "HelpOutline" : null}
|
||||
>
|
||||
Edit
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue