Skip to content

Commit 2d7b16b

Browse files
committed
import events are always visible
1 parent fe37ce2 commit 2d7b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/utils/timelineSpanEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function getAdminOnlyForEvent(event: string): boolean {
171171
return true;
172172
}
173173
case "import": {
174-
return true;
174+
return false;
175175
}
176176
case "lazy_payload": {
177177
return true;

0 commit comments

Comments
 (0)