Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h4 class="modal-title">Date Settings</h4>
aria-describedby="endDateHelp"
/>
<small id="endDateHelp" class="form-text text-muted">
This section will hide starting on this date. If left blank, the
This section will hide at the end of this date. If left blank, the
section will remain visible by default.
</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/src/stories/storybook-base-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as HeadStartSDKInstance from '@ordercloud/headstart-sdk';
import { Configuration } from 'ordercloud-javascript-sdk';

Configuration.Set({
baseApiUrl: 'https://sandboxapi.ordercloud.io/v1',
baseApiUrl: 'https://sandboxapi.ordercloud.io',
});

HeadStartSDKInstance.Configuration.Set({
Expand Down