mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 12:11:53 +01:00
Template Tag Function Editor (#67)

This commit is contained in:
@@ -29,7 +29,7 @@ export function useSyncWorkspaceRequestTitle() {
|
||||
newTitle += ` › ${fallbackRequestName(activeRequest)}`;
|
||||
}
|
||||
|
||||
if (appInfo?.isDev) {
|
||||
if (appInfo.isDev) {
|
||||
newTitle = `[DEV] ${newTitle}`;
|
||||
}
|
||||
|
||||
@@ -40,5 +40,5 @@ export function useSyncWorkspaceRequestTitle() {
|
||||
} else {
|
||||
emit('yaak_title_changed', newTitle).catch(console.error);
|
||||
}
|
||||
}, [activeEnvironment, activeRequest, activeWorkspace, appInfo?.isDev, osInfo.osType]);
|
||||
}, [activeEnvironment, activeRequest, activeWorkspace, appInfo.isDev, osInfo.osType]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user