Skip to content

Commit

Permalink
fix(#3729): make loggers required
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Oct 11, 2024
1 parent e3f4053 commit d6e616c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import 'v3-infinite-loading/lib/style.css';
import SbaLoggerControl from '@/views/instances/loggers/logger-control';
const { loggers = [], infiniteScroll = true } = defineProps<{
const { loggers, infiniteScroll = true } = defineProps<{
levels: string[];
loggers: any[];
loggersStatus: Record<string, any>;
Expand Down

0 comments on commit d6e616c

Please sign in to comment.