owncast/web/components/admin
Vishal Sharma 1917b15b0a
Update ClientTable.tsx (#3342)
* Update ClientTable.tsx

solves: #3339

## Changes

changed   owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string
` as the value attribute expects a value of type string | number | readonly string[]` but previously it was assigned bigint.

* Update ClientTable.tsx

solves: #3339

## Changes

changed   owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string
` as the value attribute expects a value of type `string | number | readonly string[]` but previously it was assigned bigint.
2023-10-07 13:14:07 -07:00
..
config
notification
BannedIPsTable.tsx
BanUserButton.tsx
Chart.tsx
ClientTable.tsx Update ClientTable.tsx (#3342) 2023-10-07 13:14:07 -07:00
CodecSelector.tsx
ComposeFederatedPost.tsx
CurrentVariantsTable.tsx
EditCustomJavascript.tsx
EditCustomStyles.tsx
EditInstanceDetails2.tsx
EditLogo.tsx
EditValueArray.tsx
FormStatusIndicator.tsx
LogTable.tsx
MainLayout.tsx
MessageVisiblityToggle.tsx
ModeratorUserButton.tsx
NewsFeed.tsx
Offline.tsx
ResetYP.tsx
SocialDropdown.tsx
StatisticItem.tsx
StreamHealthOverview.tsx
TextField.tsx
TextFieldWithSubmit.tsx
ToggleSwitch.tsx
UserPopover.tsx
UserTable.tsx
VideoLatency.tsx
VideoVariantForm.tsx
ViewerTable.tsx