Fix log selector

This commit is contained in:
Nicolas Mowen 2023-01-11 14:33:59 -07:00 committed by GitHub
parent ba7d9db073
commit 3b92b68199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ export default function Logs() {
<div className="space-y-4 p-2 px-4"> <div className="space-y-4 p-2 px-4">
<Heading>Logs</Heading> <Heading>Logs</Heading>
<ButtonsTabbed viewModes={['frigate', 'go2rtc', 'nginx']} setViewMode={setLogService} /> <ButtonsTabbed viewModes={['frigate', 'go2rtc', 'nginx']} currentViewMode={logService} setViewMode={setLogService} />
<Button className="" onClick={handleCopyLogs}> <Button className="" onClick={handleCopyLogs}>
Copy to Clipboard Copy to Clipboard