mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
fixed public ip copy, can't be disabled
This commit is contained in:
parent
f98a22b061
commit
27845a88a1
2 changed files with 0 additions and 2 deletions
|
|
@ -178,7 +178,6 @@ const Sidebar = ({ collapsed, toggleDrawer, drawerWidth, miniDrawerWidth }) => {
|
|||
{!collapsed && (
|
||||
<TextInput
|
||||
label="Public IP"
|
||||
disabled
|
||||
ref={publicIPRef}
|
||||
value={environment.public_ip}
|
||||
leftSection={
|
||||
|
|
|
|||
|
|
@ -426,7 +426,6 @@ const ChannelsTable = ({}) => {
|
|||
});
|
||||
} catch (err) {
|
||||
const inputElement = ref.current; // Get the actual input
|
||||
console.log(inputElement);
|
||||
|
||||
if (inputElement) {
|
||||
inputElement.focus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue