ci: Update most of the dev tooling (no-changelog) (#6780)
This commit is contained in:
committed by
GitHub
parent
d2bbdaa58a
commit
7461085408
@@ -70,7 +70,7 @@ export const useSourceControlStore = defineStore('sourceControl', () => {
|
||||
};
|
||||
|
||||
const makePreferencesAction =
|
||||
(action: typeof vcApi.savePreferences | typeof vcApi.updatePreferences) =>
|
||||
(action: typeof vcApi.savePreferences) =>
|
||||
async (preferences: Partial<SourceControlPreferences>) => {
|
||||
const data = await action(rootStore.getRestApiContext, preferences);
|
||||
setPreferences(data);
|
||||
|
||||
Reference in New Issue
Block a user