| @@ -8,9 +8,8 @@ | ||
| 8 | 8 | getItem: async () => await apiFetch({ path }), |
| 9 | 9 | setItem: async (_name, state) => |
| 10 | 10 | await apiFetch({ path, method: 'POST', data: { state } }), |
| 11 | 11 | }; |
| 12 | -// Values added here should also be added to Admin.php ln ~200 | |
| 13 | 12 | const startingState = { |
| 14 | 13 | aiImageOptions: { |
| 15 | 14 | prompt: '', |
| 16 | 15 | size: '1024x1024', |