mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 21:35:59 +08:00
fix: disable button unless org name is different (#1984)
This commit is contained in:
parent
835251b342
commit
144076e029
@ -79,7 +79,7 @@ function DisplayName({
|
||||
/>
|
||||
<Button
|
||||
onClick={onClickHandler}
|
||||
disabled={isLoading}
|
||||
disabled={isLoading || orgName === name}
|
||||
loading={isLoading}
|
||||
type="primary"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user