Prevent two composers from being shown (#35006)

This commit is contained in:
Echo 2025-06-11 13:12:39 +02:00 committed by GitHub
parent 629bb74451
commit 8cf246e4d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 70 additions and 65 deletions

View file

@ -23,7 +23,7 @@ import { useColumnsContext } from '../util/columns_context';
import BundleColumnError from './bundle_column_error';
import { ColumnLoading } from './column_loading';
import ComposePanel from './compose_panel';
import { ComposePanel } from './compose_panel';
import DrawerLoading from './drawer_loading';
import NavigationPanel from './navigation_panel';