mirror of
				https://github.com/Yidadaa/ChatGPT-Next-Web.git
				synced 2025-11-01 06:19:35 +08:00 
			
		
		
		
	fix: allow to import a single mask
This commit is contained in:
		| @@ -256,6 +256,11 @@ export function MaskPage() { | ||||
|               maskStore.create(mask); | ||||
|             } | ||||
|           } | ||||
|           return; | ||||
|         } | ||||
|         //if the content is a single mask. | ||||
|         if (importMasks.name) { | ||||
|           maskStore.create(importMasks); | ||||
|         } | ||||
|       } catch {} | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user