Client - use existing vue method
This commit is contained in:
@ -51,6 +51,3 @@ export const handleError = (
|
||||
: `api.ERROR.${removeLastDot(errorMessages)}`
|
||||
)
|
||||
}
|
||||
|
||||
export const capitalize = (text: string): string =>
|
||||
text.charAt(0).toUpperCase() + text.slice(1)
|
||||
|
Reference in New Issue
Block a user