PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Shared/state/generate-images.js +0 -1 3.1.2 → trunk View file →
@@ -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',