mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
Recipe editor improvements
This commit is contained in:
@@ -153,9 +153,8 @@ export function useModelEditorFunctions<T>(modelName: EditorSupportedModels, emi
|
||||
|
||||
let name = ''
|
||||
|
||||
|
||||
if (editingObj.value.id) {
|
||||
name = modelClass.value.getLabel(editingObj.value, useUserPreferenceStore().serverSettings.debug)
|
||||
name = modelClass.value.getLabel(editingObj.value)
|
||||
}
|
||||
|
||||
if (name == '') {
|
||||
|
||||
Reference in New Issue
Block a user