mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 11:55:42 +00:00
Refactor clearance terminology to document approval across services and UI components
This commit is contained in:
@@ -160,7 +160,8 @@ export default function BuildTrainModal({ opened, onClose, onBuilt }: BuildTrain
|
||||
onChange={(value) => setImportTrainNumber(value ?? "")}
|
||||
searchable
|
||||
clearable
|
||||
nothingFoundMessage="No free run numbers — add more in Dropdown Settings"
|
||||
nothingFoundMessage={importNumbers.emptyMessage}
|
||||
error={importNumbers.settingMissing ? importNumbers.emptyMessage : undefined}
|
||||
/>
|
||||
</Group>
|
||||
<Select
|
||||
|
||||
Reference in New Issue
Block a user