mirror of
https://github.com/owncast/owncast.git
synced 2024-11-27 09:45:36 +03:00
f788e07989
* 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. |
||
---|---|---|
.. | ||
action-buttons | ||
admin | ||
chat | ||
common | ||
layouts | ||
modals | ||
ServerRendered | ||
stores | ||
theme | ||
TitleNotifier | ||
ui | ||
video | ||
workers/PushNotificationServiceWorker | ||
.eslintrc.js | ||
_COMPONENT_HOW_TO.md |