✨ (Account Card) Add info to account card
This commit is contained in:
@@ -31,7 +31,7 @@ export default class BaseAccount extends Vue {
|
||||
|
||||
public async getData(docIds?: string[]): Promise<void> {
|
||||
throw new Error(
|
||||
`abstract method, need to be override ${docIds && docIds.join(', ')}`
|
||||
`abstract method needs to be overrided ${docIds && docIds.join(', ')}`
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user