fix(mesh): enforce LoRa-only off-grid labels
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineStore } from 'pinia'
|
||||
import { ref, computed } from 'vue'
|
||||
import { rpcClient } from '@/api/rpc-client'
|
||||
|
||||
export type TransportKind = 'mesh' | 'lan' | 'tor'
|
||||
export type TransportKind = 'mesh' | 'lan' | 'fips' | 'tor'
|
||||
|
||||
export interface TransportInfo {
|
||||
kind: TransportKind
|
||||
|
||||
Reference in New Issue
Block a user