File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/scripts/components/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export default () => {
6060 const terminal = useMemo ( ( ) => new Terminal ( { ...terminalProps } ) , [ ] ) ;
6161 const fitAddon = new FitAddon ( ) ;
6262 const searchAddon = new SearchAddon ( ) ;
63- const searchAddonBar = new SearchBarAddon ( { searchAddon } ) ;
63+ const searchBarAddon = new SearchBarAddon ( { searchAddon } ) ;
6464 const { connected, instance } = ServerContext . useStoreState ( state => state . socket ) ;
6565 const [ canSendCommands ] = usePermissions ( [ 'control.console' ] ) ;
6666
@@ -90,7 +90,7 @@ export default () => {
9090 terminal . open ( ref . current ) ;
9191 terminal . loadAddon ( fitAddon ) ;
9292 terminal . loadAddon ( searchAddon ) ;
93- terminal . loadAddon ( searchAddonBar ) ;
93+ terminal . loadAddon ( searchBarAddon ) ;
9494 fitAddon . fit ( ) ;
9595
9696 // Add support for capturing keys
You can’t perform that action at this time.
0 commit comments