fix: check seats of a batch at the time of billing

This commit is contained in:
Jannat Patel
2025-03-20 11:03:08 +05:30
parent 04cbd6a1d8
commit 7ae3cf5d95
6 changed files with 1375 additions and 14 deletions

View File

@@ -174,6 +174,12 @@ export function getEditorTools() {
preserveBlank: true,
},
},
codeBox: {
class: CodeBox,
config: {
useDefaultTheme: 'dark',
},
},
list: {
class: NestedList,
inlineToolbar: true,