feat: add text color

This commit is contained in:
2026-02-19 23:18:30 +03:30
parent 9aff48019d
commit 74f2a82a0e
12 changed files with 44 additions and 40 deletions
-1
View File
@@ -37,7 +37,6 @@ export const packagesApi = {
const formData = new FormData();
// Add method spoofing for Laravel
formData.append('_method', 'PUT');
// Append all fields to FormData
Object.entries(data).forEach(([key, value]) => {