✨ feat(subscribe): Update suffix from 'MB' to 'Mbps' and enhance speed limit display logic
This commit is contained in:
@@ -190,7 +190,7 @@ export default function NodeForm<T extends { [x: string]: any }>({
|
||||
onValueChange={(value) => {
|
||||
form.setValue(field.name, value);
|
||||
}}
|
||||
suffix='MB'
|
||||
suffix='Mbps'
|
||||
/>
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
|
||||
Reference in New Issue
Block a user