Refactoring: move constants into package.json

This commit is contained in:
Pieter Vander Vennet 2023-09-02 00:07:47 +02:00
parent 4d01d81e1e
commit f207736e40
4 changed files with 49 additions and 36 deletions

View file

@ -73,7 +73,7 @@ export class ImageUploadFlow extends Toggle {
]).SetClass("w-full flex justify-center items-center")
const licenseStore = state?.osmConnection?.GetPreference(
Constants.OsmPreferenceKeyPicturesLicense,
"pictures-license",
"CC0"
)