Skip to content

Commit

Permalink
Merge branch 'workspace-pr-integr' into feature/current-workspace-in-…
Browse files Browse the repository at this point in the history
…server-side
  • Loading branch information
SuZhou-Joe authored Apr 1, 2024
2 parents 5cfcc22 + e2d36ba commit e8ff93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/utils/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { OpenSearchDashboardsRequest, ensureRawRequest } from '../http/router';
*/
export const updateWorkspaceState = (
request: OpenSearchDashboardsRequest,
payload: PluginsStates['workspace']
payload: Partial<PluginsStates['workspace']>
) => {
const rawRequest = ensureRawRequest(request);

Expand Down

0 comments on commit e8ff93f

Please sign in to comment.