fixed public ip copy, can't be disabled

This commit is contained in:
dekzter 2025-03-12 15:35:44 -04:00
parent f98a22b061
commit 27845a88a1
2 changed files with 0 additions and 2 deletions

View file

@ -178,7 +178,6 @@ const Sidebar = ({ collapsed, toggleDrawer, drawerWidth, miniDrawerWidth }) => {
{!collapsed && (
<TextInput
label="Public IP"
disabled
ref={publicIPRef}
value={environment.public_ip}
leftSection={

View file

@ -426,7 +426,6 @@ const ChannelsTable = ({}) => {
});
} catch (err) {
const inputElement = ref.current; // Get the actual input
console.log(inputElement);
if (inputElement) {
inputElement.focus();