Merge pull request #1528 from Frappet/fix/command

fix(command): edit-salary
This commit is contained in:
Warunee Tamkoo 2025-12-15 12:12:35 +07:00 committed by GitHub
commit 0a445447e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 534 additions and 13 deletions

View file

@ -25,4 +25,6 @@ export default {
//Digital Signature
commandDirector: `${env.API_URI}/org/profile/commander-director`,
commandEditSalary: `${command}/tab2/edit-salary`,
};