mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
feat: Add the ability to create custom attribute (#2903)
This commit is contained in:
9
app/javascript/dashboard/api/attributes.js
Normal file
9
app/javascript/dashboard/api/attributes.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import ApiClient from './ApiClient';
|
||||
|
||||
class AttributeAPI extends ApiClient {
|
||||
constructor() {
|
||||
super('custom_attribute_definitions', { accountScoped: true });
|
||||
}
|
||||
}
|
||||
|
||||
export default new AttributeAPI();
|
||||
Reference in New Issue
Block a user