mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 00:45:57 +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
|
<Button
|
||||||
onClick={onClickHandler}
|
onClick={onClickHandler}
|
||||||
disabled={isLoading}
|
disabled={isLoading || orgName === name}
|
||||||
loading={isLoading}
|
loading={isLoading}
|
||||||
type="primary"
|
type="primary"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user