Add tooltip to explain why URL cannot be changed until unpublishing

This commit is contained in:
Andrew Kingston 2022-12-20 08:53:12 +00:00
parent ab29c10936
commit 3f7a7eda16
1 changed files with 4 additions and 0 deletions

View File

@ -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>