一旦パブリックにしないとクリップ作成できない問題を修正
This commit is contained in:
		
							parent
							
								
									bcbe83cb38
								
							
						
					
					
						commit
						7a7a56940c
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -786,7 +786,8 @@ export default defineComponent({ | |||
| 						}, | ||||
| 						isPublic: { | ||||
| 							type: 'boolean', | ||||
| 							label: this.$t('public') | ||||
| 							label: this.$t('public'), | ||||
| 							default: false | ||||
| 						} | ||||
| 					}); | ||||
| 					if (canceled) return; | ||||
|  |  | |||
|  | @ -60,7 +60,8 @@ export default defineComponent({ | |||
| 				}, | ||||
| 				isPublic: { | ||||
| 					type: 'boolean', | ||||
| 					label: this.$t('public') | ||||
| 					label: this.$t('public'), | ||||
| 					default: false | ||||
| 				} | ||||
| 			}); | ||||
| 			if (canceled) return; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue